DirectoryObjectSecurity.GetAccessRules(Boolean, Boolean, Type) Method

Definition

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

public:
 System::Security::AccessControl::AuthorizationRuleCollection ^ GetAccessRules(bool includeExplicit, bool includeInherited, Type ^ targetType);
public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules (bool includeExplicit, bool includeInherited, Type targetType);
member this.GetAccessRules : bool * bool * Type -> System.Security.AccessControl.AuthorizationRuleCollection
Public Function GetAccessRules (includeExplicit As Boolean, includeInherited As Boolean, targetType As Type) As AuthorizationRuleCollection

Parameters

includeExplicit
Boolean

true to include access rules explicitly set for the object.

includeInherited
Boolean

true to include inherited access rules.

targetType
Type

The security identifier for which to retrieve access rules. This must be an object that can be cast as a SecurityIdentifier object.

Returns

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

Applies to