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

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string IssuedBy { get; }

Property Value

Type: String
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.

Examples
The example is available in Certificate class documentation.
See Also