CertificateIssuedTo Property |
Gets the name of the entity this certificate was issued to.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string IssuedTo { get; }
Public ReadOnly Property IssuedTo As String
Get
Property Value
Type:
StringA 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
See Also