Share via


VpnInterfaceId(Byte[]) Constructor

Definition

Allows the VPN plug-in to construct this object and use it in the VpnChannel.Start method.

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

Parameters

address

Byte[]

byte[]

The address represented as a set of bytes.

Windows requirements

App capabilities
networkingVpnProvider

Applies to