CommonObjectSecurity.GetAccessRules Method
.NET Framework 4
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.AuthorizationRuleCollectionThe collection of access rules associated with the specified SecurityIdentifier object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.