Android.Security.KeyChain.ExtraCertificate Field
Optional extra to specify an X.509 certificate to install on the Intent returned by KeyChain.CreateInstallIntent.

Syntax

[Android.Runtime.Register("EXTRA_CERTIFICATE")]
public const string ExtraCertificate

Remarks

Optional extra to specify an X.509 certificate to install on the Intent returned by KeyChain.CreateInstallIntent. The extra value should be a PEM or ASN.1 DER encoded byte[]. An Java.Security.Cert.X509Certificate can be converted to DER encoded bytes with Java.Security.Cert.Certificate.GetEncoded.

KeyChain.ExtraName may be used to provide a default alias name for the installed certificate.

[Android Documentation]

Requirements

Namespace: Android.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14