SubjectAlternativeNameInfo.DnsName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DNS name.
public:
property IVectorView<Platform::String ^> ^ DnsName { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> DnsName();
public IReadOnlyList<string> DnsName { get; }
var iVectorView = subjectAlternativeNameInfo.dnsName;
Public ReadOnly Property DnsName As IReadOnlyList(Of String)
Property Value
The DNS name.