DsPkiCertContainerAddCertificateEntry Method

Adds new certificate entry to 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 AddCertificateEntry(
	DsCertificateEntry entry
)

Parameters

entry  DsCertificateEntry
Certificate entry to add.

Return Value

Boolean
True if this is a new certificate and no duplicates exist. If certificate entry already exists in internal list, method returns False.

Exceptions

ArgumentNullExceptionentry parameter is null.

See Also