Share via


SubjectAlternativeNameInfo.DistinguishedName Property

Definition

Gets the distinguished name.

public:
 property IVectorView<Platform::String ^> ^ DistinguishedName { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> DistinguishedName();
public IReadOnlyList<string> DistinguishedName { get; }
var iVectorView = subjectAlternativeNameInfo.distinguishedName;
Public ReadOnly Property DistinguishedName As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The distinguished name.

Applies to