IVpnInterfaceIdFactory.CreateVpnInterfaceId(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|