Share via


CRL.IsRevoked(Certificate) Method

Definition

Checks whether the given certificate is on this CRL.

[Android.Runtime.Register("isRevoked", "(Ljava/security/cert/Certificate;)Z", "GetIsRevoked_Ljava_security_cert_Certificate_Handler")]
public abstract bool IsRevoked (Java.Security.Cert.Certificate? cert);
[<Android.Runtime.Register("isRevoked", "(Ljava/security/cert/Certificate;)Z", "GetIsRevoked_Ljava_security_cert_Certificate_Handler")>]
abstract member IsRevoked : Java.Security.Cert.Certificate -> bool

Parameters

cert
Certificate

the certificate to check for.

Returns

true if the given certificate is on this CRL, false otherwise.

Attributes

Remarks

Checks whether the given certificate is on this CRL.

Java documentation for java.security.cert.CRL.isRevoked(java.security.cert.Certificate).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to