QuickOPC User's Guide and Reference
SubjectDnsFromAlternativeName Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCertificateInfo Class : SubjectDnsFromAlternativeName Property
The DNS name associated with the alternative name of the subject of an X.509 certificate.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=115, 
   ShortName="Subject DNS From Alternative Name")>
Public ReadOnly Property SubjectDnsFromAlternativeName As String
'Usage
 
Dim instance As PkiCertificateInfo
Dim value As String
 
value = instance.SubjectDnsFromAlternativeName
[CanBeNull()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=115, 
   ShortName="Subject DNS From Alternative Name")]
public string SubjectDnsFromAlternativeName {get;}
[CanBeNull()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=115, 
   ShortName="Subject DNS From Alternative Name")]
public:
property String^ SubjectDnsFromAlternativeName {
   String^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also