Click or drag to resize

DsCDPContainerRemoveCrl Method

Removes CRL entry from Active Directory.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool RemoveCrl(
	DsCrlEntry entry
)

Parameters

entry
Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCrlEntry
CRL entry to remove.

Return Value

Type: Boolean
True if specified CRL entry was found, otherwise False.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry parameter is null.
See Also