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 Byte(), _
	revocationDate As DateTime, _
	reason As RevocationReason _
)
C#
public RevokedCertificate(
	byte[] serialNumber,
	DateTime revocationDate,
	RevocationReason reason
)

Parameters

serialNumber
Type: array<System..::..Byte>[]()[][]
Serial number.
revocationDate
Type: System..::..DateTime
Revocation date.
reason
Type: Rebex.Security.Cryptography.Pkcs..::..RevocationReason
Revocation reason.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also