共用方式為


SubjectAlternativeNameInfo.DistinguishedNames 屬性

定義

取得辨別名稱的向量。

public:
 property IVector<Platform::String ^> ^ DistinguishedNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DistinguishedNames();
public IList<string> DistinguishedNames { get; }
var iVector = subjectAlternativeNameInfo.distinguishedNames;
Public ReadOnly Property DistinguishedNames As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

辨別名稱的向量。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於