IVpnInterfaceIdFactory.CreateVpnInterfaceId(Byte[]) メソッド

定義

VpnInterfaceId オブジェクトを作成します。

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

パラメーター

address

Byte[]

byte[]

バイトのセットとして表されるアドレス。

戻り値

VPN インターフェイスへの IPv6 アドレスの構築と割り当てで使用されるインターフェイス ID を表します。 このクラスに含まれる ID は、IPv6 アドレスのインターフェイス ID 部分を埋めます。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象