Click or drag to resize

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
)

Parameters

entry
Type: System.DirectoryServicesDirectoryEntry
Specifies the DS entry to check.
entryName
Type: SystemString
Specifies the entry's CN name.

Return Value

Type: Boolean
True if there are no more certificates and DS object is no longer necessary. Otherwise False.
See Also