CommonObjectSecurity.GetAuditRules(Boolean, Boolean, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定之安全識別項相關聯的稽核規則集合。
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 物件相關聯的稽核規則集合。