DirectoryObjectSecurity.GetAuditRules(Boolean, Boolean, Type) 方法

定義

取得與指定之安全識別項相關聯的稽核規則集合。

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

參數

includeExplicit
Boolean

true 表示包括為物件明確設定的稽核規則。

includeInherited
Boolean

true 表示包括繼承的稽核規則。

targetType
Type

要擷取稽核規則的安全識別項。 這必須是可轉型為 SecurityIdentifier 物件的物件。

傳回

AuthorizationRuleCollection

與指定之 SecurityIdentifier 物件相關聯的稽核規則集合。

適用於