CommonObjectSecurity.GetAuditRules(Boolean, Boolean, Type) Méthode

Définition

Obtient une collection des règles d'audit associées à l'identificateur de sécurité spécifié.

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

Paramètres

includeExplicit
Boolean

true pour inclure des règles d'audit définies explicitement pour l'objet.

includeInherited
Boolean

true pour inclure des règles d'audit héritées.

targetType
Type

Identificateur de sécurité pour lequel récupérer des règles d'audit. Il doit s'agir d'un objet pouvant être casté en tant qu'objet SecurityIdentifier.

Retours

AuthorizationRuleCollection

Collection des règles d'audit associées à l'objet SecurityIdentifier spécifié.

S’applique à