Share via


CertificateRevokedException.RevocationReason Property

Definition

Returns the reason the certificate was revoked.

public virtual Java.Security.Cert.CRLReason? RevocationReason { [Android.Runtime.Register("getRevocationReason", "()Ljava/security/cert/CRLReason;", "GetGetRevocationReasonHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRevocationReason", "()Ljava/security/cert/CRLReason;", "GetGetRevocationReasonHandler", ApiSince=24)>]
member this.RevocationReason : Java.Security.Cert.CRLReason

Property Value

the revocation reason

Attributes

Remarks

Returns the reason the certificate was revoked.

Java documentation for java.security.cert.CertificateRevokedException.getRevocationReason().

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