다음을 통해 공유


SubjectAlternativeNameInfo.DistinguishedName 속성

정의

고유 이름을 가져옵니다.

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

고유 이름입니다.

적용 대상