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.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- entry
- Type: System.DirectoryServicesDirectoryEntry
Specifies the DS entry to check. - entryName
- Type: SystemString
Specifies the entry's CN name.
Return Value
Type:
BooleanTrue if there are no more certificates and DS object is no longer necessary. Otherwise
False.
See Also