Platform SDK: Access Control |
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.
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.
Applications do not call the ISecurityInformation2 methods. The system calls the interface methods to communicate with the client.
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. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Aclui.h.
Access Control Editor Overview, Access Control Editor Interfaces