CertificateSubjectAlternativeName Property
Gets the subject's alternative name of X.509 certificate.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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