DsPkiCertContainerCheckDelete Method
Checks if the DS object can be deleted when it contains no certificates after certificate removal.
This method does nothing if no certificates were removed from DS object.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
protected bool CheckDelete(
DirectoryEntry entry,
string entryName
)
Protected Function CheckDelete (
entry As DirectoryEntry,
entryName As String
) As Boolean
protected:
bool CheckDelete(
DirectoryEntry^ entry,
String^ entryName
)
member CheckDelete :
entry : DirectoryEntry *
entryName : string -> bool
- entry DirectoryEntry
- Specifies the DS entry to check.
- entryName String
- Specifies the entry's CN name.
BooleanTrue if there are no more certificates and DS object is no longer necessary. Otherwise
False.