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
)
Protected Function AddCertificateEntry (
entry As DsCertificateEntry
) As Boolean
protected:
bool AddCertificateEntry(
DsCertificateEntry^ entry
)
member AddCertificateEntry :
entry : DsCertificateEntry -> bool
Parameters
- entry
- Type: SysadminsLV.PKI.Management.ActiveDirectoryDsCertificateEntry
Certificate entry to add.
Return Value
Type:
BooleanTrue if this is a new certificate and no duplicates exist. If certificate entry
already exists in internal list, method returns
False.
Exceptions Exception | Condition |
---|
ArgumentNullException | entry parameter is null.
|
See Also