Share via


VpnInterfaceId.GetAddressInfo(Byte[]) Method

Definition

Gets the address represented as the set of bytes to be used as the interface ID.

void GetAddressInfo([Out] winrt::array_view <byte> const& & id);
public void GetAddressInfo(out byte[] id);
Public Sub GetAddressInfo (ByRef id As Byte())

Parameters

id

Byte[]

byte[]

The address represented as the set of bytes.

Windows requirements

App capabilities
networkingVpnProvider

Applies to