RevokedCertificate.GetRevocationReason Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
GetRevocationReason()
Returns revocation reason of the revoked certificate.
Declaration
public RevocationReason GetRevocationReason()
Returns
| Type | Description |
|---|---|
| RevocationReason | If the revocation reason extension is present, returns the reason from that extension; otherwise returns Unspecified. |