Java.Security.Identity.AddCertificate Method
Adds a Certificate to this Identity.

Syntax

[Android.Runtime.Register("addCertificate", "(Ljava/security/Certificate;)V", "GetAddCertificate_Ljava_security_Certificate_Handler")]
public virtual void AddCertificate (ICertificate certificate)

Parameters

certificate
the Certificate to be added to this Identity.

Exceptions

TypeReason
Java.Security.KeyManagementExceptionif the certificate is not valid.

Remarks

Adds a Certificate to this Identity.

[Android Documentation]

Requirements

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