ISecurityInformation2 interface (aclui.h)

The ISecurityInformation2 interface enables the access control editor to obtain information from the client that is not provided by the ISecurityInformation interface. The client does not need to implement ISecurityInformation2 unless the default behavior of the access control editor is unsuitable for the client.

Inheritance

The ISecurityInformation2 interface inherits from the IUnknown interface. ISecurityInformation2 also has these types of members:

Methods

The ISecurityInformation2 interface has these methods.

 
ISecurityInformation2::IsDaclCanonical

The IsDaclCanonical method determines whether the ACEs contained in the specified DACL structure are ordered according to the definition of DACL ordering implemented by the client.
ISecurityInformation2::LookupSids

The LookupSids method returns the common names corresponding to each of the elements in the specified list of SIDs.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header aclui.h

See also

Access Control Editor

Access Control Editor Functions