| 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
Syntaxpublic string SubjectAlternativeName { get; }Public ReadOnly Property SubjectAlternativeName As String
	Get
Property Value
Type: 
StringA string containing the certificate subject's alternative name.
 Remarks
RemarksThis 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
See Also