DsCDPContainerRemoveCrl Method

Removes CRL entry from Active Directory.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool RemoveCrl(
	DsCrlEntry entry
)

Parameters

entry  DsCrlEntry
CRL entry to remove.

Return Value

Boolean
True if specified CRL entry was found, otherwise False.

Exceptions

ArgumentNullExceptionentry parameter is null.

See Also