Creates a new instance of revoked certificate based on the supplied data.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ serialNumber As Integer, _ revocationDate As DateTime, _ reason As RevocationReason _ ) |
C# |
---|
public RevokedCertificate( int serialNumber, DateTime revocationDate, RevocationReason reason ) |
Parameters
- serialNumber
- Type: System..::..Int32
Serial number.
- revocationDate
- Type: System..::..DateTime
Revocation date.
- reason
- Type: Rebex.Security.Cryptography.Pkcs..::..RevocationReason
Revocation reason.