SubjectAlternativeNameInfo.IPAddresses 属性

定义

获取 IP 地址。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IP 地址。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于