Click or drag to resize

ICertDbAdminDRevokeRequest Method

Revokes issued or revoked certificate by its serial number.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
void RevokeRequest(
	string serialNumber,
	Nullable<DateTime> revocationDate = null,
	AdcsCrlReason reason = AdcsCrlReason.Unspecified
)

Parameters

serialNumber
Type: SystemString
A hexadecimal string that represents issued or revoked certificate.
revocationDate (Optional)
Type: SystemNullableDateTime
Optional effective revocation date and time. If not specified, current time is used.
reason (Optional)
Type: SysadminsLV.PKI.DcomAdcsCrlReason
Optional revocation reason. If not specified, revocation reason is Unspecified.
See Also