CertificateSubjectAlternativeName Property |
Gets the subject's alternative name of 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 SubjectAlternativeName { get; }
Public ReadOnly Property SubjectAlternativeName As String
Get
Property Value
Type:
StringA 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