MailBee.NET Objects 4.0

Certificate.IssuedBy Property

Gets the name of the certification authority that issued the X.509 certificate.

public string IssuedBy {get;}

Property Value

A string containing the name of certificate authority that issued the certificate.

Remarks

To get more detailed information about X.509 certificate issuer, the developer can use the IssuerDetails property.

Also, the IssuedBy property can be used to determine whom this X.509 certificate was issued by.

Example

The example is available in Certificate class documentation.

See Also

Certificate Class | MailBee.Security Namespace | IssuedTo | IssuerDetails | X509Certificate