Android.Net.Wifi.WifiEnterpriseConfig.CaCertificate Property
Get CA certificate

Syntax

[get: Android.Runtime.Register("getCaCertificate", "()Ljava/security/cert/X509Certificate;", "GetGetCaCertificateHandler")]
[set: Android.Runtime.Register("setCaCertificate", "(Ljava/security/cert/X509Certificate;)V", "GetSetCaCertificate_Ljava_security_cert_X509Certificate_Handler")]
public virtual Java.Security.Cert.X509Certificate CaCertificate { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif not a CA certificate
Java.Lang.IllegalArgumentExceptionif not a CA certificate
Java.Lang.IllegalArgumentExceptionif not a CA certificate
Java.Lang.IllegalArgumentExceptionif not a CA certificate
Java.Lang.IllegalArgumentExceptionif not a CA certificate

Remarks

Get method documentation [Android Documentation]

Get CA certificate

Set method documentation [Android Documentation]

Specify a X.509 certificate that identifies the server. A default name is automatically assigned to the certificate and used with this configuration. The framework takes care of installing the certificate when the config is saved and removing the certificate when the config is removed.

Requirements

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