Click or drag to resize

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
)

Parameters

entry
Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCertificateEntry
Certificate entry to remove.

Return Value

Type: Boolean
True if specified certificate entry was found, otherwise False.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry parameter is null.
See Also