ISecurityInformation3 interface (aclui.h)

The ISecurityInformation3 interface provides methods necessary for displaying an elevated access control editor when a user clicks the Edit button on an access control editor page that displays an image of a shield on that Edit button. The image of a shield is displayed on the Edit button when the access control editor is launched by a process with a token that lacks permission to save changes to the object being edited.

Inheritance

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

Methods

The ISecurityInformation3 interface has these methods.

 
ISecurityInformation3::GetFullResourceName

Retrieves the full path and file name of the object associated with the access control editor that is displayed by calling the OpenElevatedEditor method.
ISecurityInformation3::OpenElevatedEditor

Opens an access control editor when a user clicks the Edit button on an access control editor page that displays an image of a shield on that Edit button.

Requirements

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

See also

Access Control Editor

ISecurityInformation

ISecurityInformation2