IVpnInterfaceIdFactory
IVpnInterfaceIdFactory
IVpnInterfaceIdFactory
IVpnInterfaceIdFactory
Interface
Definition
Factory to create VpnInterfaceId objects.
public : interface IVpnInterfaceIdFactorypublic interface IVpnInterfaceIdFactoryPublic Interface IVpnInterfaceIdFactory// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Methods
CreateVpnInterfaceId(Byte[]) CreateVpnInterfaceId(Byte[]) CreateVpnInterfaceId(Byte[]) CreateVpnInterfaceId(Byte[])
Creates a VpnInterfaceId object.
public : VpnInterfaceId CreateVpnInterfaceId(Byte[] address)public VpnInterfaceId CreateVpnInterfaceId(Byte[] address)Public Function CreateVpnInterfaceId(address As Byte[]) As VpnInterfaceId// You can use this method in JavaScript.
Parameters
- address
- Byte[] Byte[] 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.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|