Click or drag to resize

PolicyServerClientUnregister Method

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

Namespace:  PKI.Enrollment.Policy
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Unregister()
Exceptions
ExceptionCondition
InvalidOperationException The current CEP object is not registered.
UninitializedObjectException The current object is not properly initialized through any of public constructor.
See Also