DsPkiCertContainerAddCertificateEntry Method
Adds new certificate entry to internal list.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
protected bool AddCertificateEntry(
DsCertificateEntry entry
)
Protected Function AddCertificateEntry (
entry As DsCertificateEntry
) As Boolean
protected:
bool AddCertificateEntry(
DsCertificateEntry^ entry
)
member AddCertificateEntry :
entry : DsCertificateEntry -> bool
- entry DsCertificateEntry
- Certificate entry to add.
BooleanTrue if this is a new certificate and no duplicates exist. If certificate entry
already exists in internal list, method returns
False.