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
)
Public Function RemoveCrl (
entry As DsCrlEntry
) As Boolean
public:
bool RemoveCrl(
DsCrlEntry^ entry
)
member RemoveCrl :
entry : DsCrlEntry -> bool
Parameters
- entry
- Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCrlEntry
CRL entry to remove.
Return Value
Type:
BooleanTrue if specified CRL entry was found, otherwise
False.
Exceptions Exception | Condition |
---|
ArgumentNullException | entry parameter is null.
|
See Also