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.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
protected bool CheckDelete(
	DirectoryEntry entry,
	string entryName
)

Parameters

entry  DirectoryEntry
Specifies the DS entry to check.
entryName  String
Specifies the entry's CN name.

Return Value

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

See Also