Click or drag to resize

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
)

Parameters

computerName
Type: SystemString
Online Responder computer name.
Exceptions
ExceptionCondition
ArgumentException Specified OCSP server is not part of current array.
UnauthorizedAccessException This action must be executed on array controller.
ArgumentNullExceptioncomputerName parameter is null.
Remarks
When removing responder, the method attempts to contact requested responder and:
  1. Clear all revocation configurations;
  2. Remove all array members;
  3. Make itself as the only array member;
  4. Promote to array controller.
See Also