OcspResponderRemoveArrayMember Method |
Removes specified Online Responder from current Online Responder Array.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void RemoveArrayMember(
string computerName
)
Public Sub RemoveArrayMember (
computerName As String
)
public:
void RemoveArrayMember(
String^ computerName
)
member RemoveArrayMember :
computerName : string -> unit
Parameters
- computerName
- Type: SystemString
Online Responder computer name.
Exceptions Exception | Condition |
---|
ArgumentException |
Specified OCSP server is not part of current array.
|
UnauthorizedAccessException |
This action must be executed on array controller.
|
ArgumentNullException | computerName parameter is null.
|
Remarks
When removing responder, the method attempts to contact requested responder and:
- Clear all revocation configurations;
- Remove all array members;
- Make itself as the only array member;
- Promote to array controller.
See Also