DsRootCaContainerRemoveCertificate Method
Removes CA certificate from a current RootCA container.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool RemoveCertificate(
DsCertificateEntry entry
)
Public Function RemoveCertificate (
entry As DsCertificateEntry
) As Boolean
public:
bool RemoveCertificate(
DsCertificateEntry^ entry
)
member RemoveCertificate :
entry : DsCertificateEntry -> bool
- entry DsCertificateEntry
- CA certificate to remove.
BooleanTrue if specified certificate entry was found, otherwise
False.