RevokedCertificate Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
RevokedCertificate(Byte[], DateTime, RevocationReason)
Creates a new instance of revoked certificate based on the supplied data.
Declaration
public RevokedCertificate(byte[] serialNumber, DateTime revocationDate, RevocationReason reason)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | serialNumber | Serial number. |
DateTime | revocationDate | Revocation date. |
RevocationReason | reason | Revocation reason. |
RevokedCertificate(Int32, DateTime, RevocationReason)
Creates a new instance of revoked certificate based on the supplied data.
Declaration
public RevokedCertificate(int serialNumber, DateTime revocationDate, RevocationReason reason)
Parameters
Type | Name | Description |
---|---|---|
Int32 | serialNumber | Serial number. |
DateTime | revocationDate | Revocation date. |
RevocationReason | reason | Revocation reason. |