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.0.1.0 (4.0.1.0)
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.