OcspResponderRemoveArrayMember Method

Removes specified Online Responder from current Online Responder Array.

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 RemoveArrayMember(
	string computerName
)

Parameters

computerName  String
Online Responder computer name.

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.

Exceptions

ArgumentException Specified OCSP server is not part of current array.
UnauthorizedAccessException This action must be executed on array controller.
ArgumentNullExceptioncomputerName parameter is null.

See Also