RevokedCertificate Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
Information about revoked certificate.
Syntax
public class RevokedCertificate
Inherited Members
Constructors
| Name | Description |
|---|---|
| RevokedCertificate(Byte[], DateTime, RevocationReason) | Creates a new instance of revoked certificate based on the supplied data. |
| RevokedCertificate(Int32, DateTime, RevocationReason) | Creates a new instance of revoked certificate based on the supplied data. |
Properties
| Name | Description |
|---|---|
| Extensions | Gets the collection of revoked certificate info's extensions. |
| RevocationDate | Gets the revocation date. |
Methods
| Name | Description |
|---|---|
| GetRevocationReason() | Returns revocation reason of the revoked certificate. |
| GetSerialNumber() | Gets the certificate's serial number. |