Platform SDK: Access Control

ISecurityInformation2

The ISecurityInformation2 interface enables the access control editor to obtain information from the client 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.

When to Implement

You must implement the ISecurityInformation2 interface if you intend your access control editor client to provide information to the server on ACE ordering in a DACL or the common names of a list of SIDs.

When to Use

Applications do not call the ISecurityInformation2 methods. The system calls the interface methods to communicate with the client.

Methods

Method Description
IsDaclCanonical Checks the specified DACL for canonical ordering of the ACEs contained within it.
LookupSids Retrieves the common names corresponding to the specified SIDs.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Aclui.h.

See Also

Access Control Editor Overview, Access Control Editor Interfaces