IkeSessionConfiguration.RemoteVendorIds Property
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.
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
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.