CommonObjectSecurity.GetAccessRules(Boolean, Boolean, Type) 方法

定義

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

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

參數

includeExplicit
Boolean

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

includeInherited
Boolean

true 表示包括繼承的存取規則。

targetType
Type

指定要擷取存取規則的安全識別碼屬於類型 SecurityIdentifier 或類型 NTAccount。 這個參數值所屬的型別必須可以轉譯為 SecurityIdentifier 型別。

傳回

AuthorizationRuleCollection

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

適用於