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 型別的型別。

傳回

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

適用於