CertificateIssuedBy Property |
Gets the name of the certification authority that issued the X.509 certificate.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string IssuedBy { get; }
Public ReadOnly Property IssuedBy As String
Get
Property Value
Type:
StringA 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