DsPkiCertContainerRemoveCertificateEntry Method
Removes certificate from internal list.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
protected bool RemoveCertificateEntry(
DsCertificateEntry entry
)
Protected Function RemoveCertificateEntry (
entry As DsCertificateEntry
) As Boolean
protected:
bool RemoveCertificateEntry(
DsCertificateEntry^ entry
)
member RemoveCertificateEntry :
entry : DsCertificateEntry -> bool
- entry DsCertificateEntry
- Certificate entry to remove.
BooleanTrue if specified certificate entry was found, otherwise
False.