RevocationCheckResult.RevocationReason Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
RevocationReason
Gets revocation reason of the revoked certificate.
Declaration
public RevocationReason? RevocationReason { get; }
Property Value
Type | Description |
---|---|
Nullable<RevocationReason> | If the revocation reason extension is present, returns the reason from that extension; otherwise returns null (Nothing in VB.NET). |