Share via


IVpnInterfaceIdFactory.CreateVpnInterfaceId(Byte[]) Method

Definition

Creates a VpnInterfaceId object.

public:
 VpnInterfaceId ^ CreateVpnInterfaceId(Platform::Array <byte> ^ address);
VpnInterfaceId CreateVpnInterfaceId(winrt::array_view <byte> const& address);
public VpnInterfaceId CreateVpnInterfaceId(byte[] address);
function createVpnInterfaceId(address)
Public Function CreateVpnInterfaceId (address As Byte()) As VpnInterfaceId

Parameters

address

Byte[]

byte[]

The address represented as a set of bytes.

Returns

Represents an interface ID used in the construction and assignment of an IPv6 address to the VPN interface. The ID contained in this class fills the interface ID portion of the IPv6 address.

Windows requirements

App capabilities
networkingVpnProvider

Applies to