Click to Rate and Give Feedback
MSDN
MSDN Library
Security
Authorization
ISecurityInformation Interface

The ISecurityInformation interface enables the access control editor to communicate with the caller of the CreateSecurityPage and EditSecurity functions. The editor calls the interface methods to retrieve information that is used to initialize its pages and to determine the editing options available to the user. The editor also calls the interface methods to pass the user's input back to the application.

The LPSECURITYINFO type is a pointer to an ISecurityInformation object.

When To Implement

You must implement the ISecurityInformation interface if you use the CreateSecurityPage or EditSecurity functions.

When To Use

Applications do not call the ISecurityInformation methods. The system calls the interface methods to communicate with the application that called CreateSecurityPage or EditSecurity.

Methods

The ISecurityInformation interface inherits the methods of the IUnknown interface.

In addition, ISecurityInformation defines the following methods.

MethodDescription

GetObjectInformation

Requests information that is used to initialize the access control editor and to determine the editing options available to the user.

GetSecurity

Requests the security descriptor of the object being edited.

SetSecurity

Provides a security descriptor containing the security information specified by the user.

GetAccessRights

Requests information about the access rights supported by the object being edited.

MapGeneric

Requests that the generic access rights in an access mask be mapped to their corresponding standard and specific access rights.

GetInheritTypes

Requests information about how the object's ACEs can be inherited by child objects.

PropertySheetPageCallback

Notifies the application that an access control editor property page is being created or destroyed.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderAclui.h

See Also

Access Control Editor
Access Control Editor Functions
CreateSecurityPage
EditSecurity
ISecurityInformation2


Send comments about this topic to Microsoft

Build date: 11/13/2008

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker