CertificateIssuerDetails Property
Gets the name of the certification authority which issued this 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 IssuerDetails { get; }

Property Value

Type: String
A string containing the name of certification authority which issued the certificate.
Remarks
The developer can perform search over this property value during searching for certificates in a certificate store using FindCertificates(String, CertificateFields) method.
Examples
The example is available in Certificate topic.
See Also