Java.Security.Identity.RemoveCertificate Method
Removes the specified Certificate from this Identity.

Syntax

[Android.Runtime.Register("removeCertificate", "(Ljava/security/Certificate;)V", "GetRemoveCertificate_Ljava_security_Certificate_Handler")]
public virtual void RemoveCertificate (ICertificate certificate)

Parameters

certificate
the Certificate to be removed.

Exceptions

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

Remarks

Removes the specified Certificate from 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