CommonObjectSecurity.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 物件的物件。

傳回

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

適用於