CertDbAdminDRevokeRequest Method

Revokes issued or revoked certificate by its serial number.

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void RevokeRequest(
	string serialNumber,
	DateTime? revocationDate = null,
	AdcsCrlReason reason = AdcsCrlReason.Unspecified
)

Parameters

serialNumber  String
A hexadecimal string that represents issued or revoked certificate.
revocationDate  NullableDateTime  (Optional)
Optional effective revocation date and time. If not specified, current time is used.
reason  AdcsCrlReason  (Optional)
Optional revocation reason. If not specified, revocation reason is Unspecified.

Implements

ICertDbAdminDRevokeRequest(String, NullableDateTime, AdcsCrlReason)

See Also