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[]

以位元組集表示的位址。

傳回

表示介面標識碼,用於 IPv6 位址的建構和指派給 VPN 介面。 此類別中包含的識別碼會填入 IPv6 位址的介面識別碼部分。

Windows 需求

應用程式功能
networkingVpnProvider

適用於