Share via


SubjectAlternativeNameInfo.IPAddresses Property

Definition

Gets the IP addresses.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The IP addresses.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to