CertificateIssuedTo Property
Gets the name of the entity this certificate was issued to.

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

Property Value

Type: String
A string containing the name of a person/organization whom the certificate was issued to.
Remarks
To get the information about X.509 certificate issuer, the developer can use the IssuerDetails or IssuedBy property.
Examples
The example is available in Certificate topic.
See Also