X509CRLEntry.RevocationReason Property

Definition

Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.

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 reason the certificate has been revoked, or null if this CRL entry does not have a Reason Code extension

Attributes

Remarks

Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.

Added in 1.7.

Java documentation for java.security.cert.X509CRLEntry.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