DsPkiCertContainerRemoveCertificateEntry Method

Removes certificate from internal list.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
protected bool RemoveCertificateEntry(
	DsCertificateEntry entry
)

Parameters

entry  DsCertificateEntry
Certificate entry to remove.

Return Value

Boolean
True if specified certificate entry was found, otherwise False.

Exceptions

ArgumentNullExceptionentry parameter is null.

See Also