WifiEnterpriseConfig.ClientKeyPairAlias 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.
Get KeyChain alias to use for client authentication. -or- Specify a key pair via KeyChain alias for client authentication.
public virtual string? ClientKeyPairAlias { [Android.Runtime.Register("getClientKeyPairAlias", "()Ljava/lang/String;", "GetGetClientKeyPairAliasHandler", ApiSince=31)] get; [Android.Runtime.Register("setClientKeyPairAlias", "(Ljava/lang/String;)V", "GetSetClientKeyPairAlias_Ljava_lang_String_Handler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getClientKeyPairAlias", "()Ljava/lang/String;", "GetGetClientKeyPairAliasHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setClientKeyPairAlias", "(Ljava/lang/String;)V", "GetSetClientKeyPairAlias_Ljava_lang_String_Handler", ApiSince=31)>]
member this.ClientKeyPairAlias : string with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Get KeyChain alias to use for client authentication.
Java documentation for android.net.wifi.WifiEnterpriseConfig.getClientKeyPairAlias()
.
Property setter documentation:
Specify a key pair via KeyChain alias for client authentication.
The alias should refer to a key pair in KeyChain that is allowed for WiFi authentication.
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.