다음을 통해 공유


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에서 도입되었습니다.)

적용 대상