OcspResponderRemoveRevocationConfiguration Method (OcspResponderRevocationConfiguration) |
Removes named revocation configuration from Online Responder.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void RemoveRevocationConfiguration(
OcspResponderRevocationConfiguration revConfig
)
Public Sub RemoveRevocationConfiguration (
revConfig As OcspResponderRevocationConfiguration
)
public:
void RemoveRevocationConfiguration(
OcspResponderRevocationConfiguration^ revConfig
)
member RemoveRevocationConfiguration :
revConfig : OcspResponderRevocationConfiguration -> unit
Parameters
- revConfig
- Type: SysadminsLV.PKI.Management.CertificateServicesOcspResponderRevocationConfiguration
Existing revocation configuration.
Exceptions Exception | Condition |
---|
ArgumentException |
Specified revocation configuration is not valid.
|
ArgumentNullException | name parameter is null.
|
See Also