Click or drag to resize

DsPkiCertContainerAddCertificateEntry Method

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

Parameters

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

Return Value

Type: Boolean
True if this is a new certificate and no duplicates exist. If certificate entry already exists in internal list, method returns False.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry parameter is null.
See Also