CertDbAdminD.RevokeRequest 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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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  Nullable<DateTime>  (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

ICertDbAdminD.RevokeRequest(String, Nullable<DateTime>, AdcsCrlReason)

See Also