PolicyServerClientUnregister Method

Unregisters (deletes) certificate enrollment policy server endpoint from registry.

Definition

Namespace: PKI.Enrollment.Policy
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public void Unregister()

Exceptions

InvalidOperationException The current CEP object is not registered.
UninitializedObjectException The current object is not properly initialized through any of public constructor.

See Also