DsKraContainerRemoveCertificate Method |
Removes KRA certificate from the current KRA container.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool RemoveCertificate(
DsCertificateEntry entry
)
Public Function RemoveCertificate (
entry As DsCertificateEntry
) As Boolean
public:
bool RemoveCertificate(
DsCertificateEntry^ entry
)
member RemoveCertificate :
entry : DsCertificateEntry -> bool
Parameters
- entry
- Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCertificateEntry
CA certificate to remove
Return Value
Type:
BooleanTrue if specified certificate entry was found, otherwise
False.
Exceptions Exception | Condition |
---|
ArgumentNullException | entry parameter is null.
|
See Also