DirectoryObjectSecurity.GetAccessRules(Boolean, Boolean, Type) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene una colección de las reglas de acceso asociadas al identificador de seguridad especificado.
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
Parámetros
- includeExplicit
- Boolean
Es true
para incluir explícitamente reglas de acceso establecidas para el objeto.
- includeInherited
- Boolean
Es true
para incluir las reglas de acceso heredadas.
- targetType
- Type
El identificador de seguridad para el que se van a recuperar las reglas de acceso. Este debe ser un objeto que permita su conversión al tipo SecurityIdentifier.
Devoluciones
La colección de reglas de acceso asociadas al objeto SecurityIdentifier especificado.