共用方式為


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>

辨別名稱。

適用於