OcspResponderRemoveRevocationConfiguration(OcspResponderRevocationConfiguration) Method

Removes named revocation configuration from Online Responder.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void RemoveRevocationConfiguration(
	OcspResponderRevocationConfiguration revConfig
)

Parameters

revConfig  OcspResponderRevocationConfiguration
Existing revocation configuration.

Exceptions

ArgumentException Specified revocation configuration is not valid.
ArgumentNullExceptionname parameter is null.

See Also