Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CommonObjectSecurity::GetAccessRules Method (Boolean, Boolean, Type^)

 

Gets a collection of the access rules associated with the specified security identifier.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
AuthorizationRuleCollection^ GetAccessRules(
	bool includeExplicit,
	bool includeInherited,
	Type^ targetType
)

Parameters

includeExplicit
Type: System::Boolean

true to include access rules explicitly set for the object.

includeInherited
Type: System::Boolean

true to include inherited access rules.

targetType
Type: System::Type^

Specifies whether the security identifier for which to retrieve access rules is of type T:System.Security.Principal.SecurityIdentifier or type T:System.Security.Principal.NTAccount. The value of this parameter must be a type that can be translated to the SecurityIdentifier type.

Return Value

Type: System.Security.AccessControl::AuthorizationRuleCollection^

The collection of access rules associated with the specified SecurityIdentifier object.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft