Android.Net.Wifi.WifiEnterpriseConfig.SetClientKeyEntry Method
Specify a private key and client certificate for client authorization.

Syntax

[Android.Runtime.Register("setClientKeyEntry", "(Ljava/security/PrivateKey;Ljava/security/cert/X509Certificate;)V", "GetSetClientKeyEntry_Ljava_security_PrivateKey_Ljava_security_cert_X509Certificate_Handler")]
public virtual void SetClientKeyEntry (Java.Security.IPrivateKey privateKey, Java.Security.Cert.X509Certificate clientCertificate)

Parameters

privateKey
Documentation for this section has not yet been entered.
clientCertificate
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionfor an invalid key or certificate.

Remarks

Specify a private key and client certificate for client authorization.

A default name is automatically assigned to the key entry and used with this configuration. The framework takes care of installing the key entry when the config is saved and removing the key entry when the config is removed.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18