CertificateIssuedTo Property |
Gets the name of the entity this certificate was issued to.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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