CertificateSubjectAlternativeName Property
Gets the subject's alternative name of 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 SubjectAlternativeName { get; }

Property Value

Type: String
A string containing the certificate subject's alternative name.
Remarks
This property returns a null reference (Nothing in Visual Basic) in .NET 1.1 version as it's only supported from .NET 2.0 and above.
See Also