CommonObjectSecurity::GetAccessRules Method (Boolean, Boolean, Type^)
Gets a collection of the access rules associated with the specified security identifier.
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.
Available since 2.0