CertificateName Property
Gets the details about the principal to which the certificate was issued.

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

Property Value

Type: String
A string containing the name of the principal the certificate was issued to.
Examples
The example is available in Certificate topic.
See Also