DsPkiCertContainerRemoveCertificateEntry Method |
Removes certificate from internal list.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected bool RemoveCertificateEntry(
DsCertificateEntry entry
)
Protected Function RemoveCertificateEntry (
entry As DsCertificateEntry
) As Boolean
protected:
bool RemoveCertificateEntry(
DsCertificateEntry^ entry
)
member RemoveCertificateEntry :
entry : DsCertificateEntry -> bool
Parameters
- entry
- Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCertificateEntry
Certificate entry to remove.
Return Value
Type:
BooleanTrue if specified certificate entry was found, otherwise
False.
Exceptions Exception | Condition |
---|
ArgumentNullException | entry parameter is null.
|
See Also