CarrierConfigManager.Iwlan.KeyIkeLocalIdTypeInt Field
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.
Specifies the local identity type for IKE negotiations.
[Android.Runtime.Register("KEY_IKE_LOCAL_ID_TYPE_INT", ApiSince=31)]
public const string KeyIkeLocalIdTypeInt;
[<Android.Runtime.Register("KEY_IKE_LOCAL_ID_TYPE_INT", ApiSince=31)>]
val mutable KeyIkeLocalIdTypeInt : string
Field Value
- Attributes
Remarks
Specifies the local identity type for IKE negotiations. Possible values are #ID_TYPE_FQDN
, #ID_TYPE_RFC822_ADDR
, #ID_TYPE_KEY_ID
Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_LOCAL_ID_TYPE_INT
.
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.