VpnInterfaceId.GetAddressInfo(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.
Gets the address represented as the set of bytes to be used as the interface ID.
void GetAddressInfo([Out] winrt::array_view <byte> const& & id);
public void GetAddressInfo(out byte[] id);
Public Sub GetAddressInfo (ByRef id As Byte())
Parameters
- id
-
Byte[]
byte[]
The address represented as the set of bytes.
Windows requirements
App capabilities |
networkingVpnProvider
|