DsAiaContainerRemoveCertificate Method

Removes CA certificate from a current AIA container.

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#
public bool RemoveCertificate(
	DsCertificateEntry entry
)

Parameters

entry  DsCertificateEntry
CA certificate to remove

Return Value

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

Exceptions

ArgumentNullExceptionentry parameter is null.

See Also