VpnInterfaceId(Byte[]) Constructor
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.
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
|