Sdílet prostřednictvím


IkeSessionConfiguration.RemoteVendorIds Property

Definition

Returns remote vendor IDs received during IKE Session setup.

public System.Collections.Generic.IList<byte[]> RemoteVendorIds { [Android.Runtime.Register("getRemoteVendorIds", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getRemoteVendorIds", "()Ljava/util/List;", "", ApiSince=31)>]
member this.RemoteVendorIds : System.Collections.Generic.IList<byte[]>

Property Value

IList<Byte[]>

the vendor IDs of the remote server, or an empty list if no vendor ID is received during IKE Session setup.

Attributes

Remarks

Returns remote vendor IDs received during IKE Session setup.

According to the IKEv2 specification (RFC 7296), a vendor ID may indicate the sender is capable of accepting certain extensions to the protocol, or it may simply identify the implementation as an aid in debugging.

Java documentation for android.net.ipsec.ike.IkeSessionConfiguration.getRemoteVendorIds().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to