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

傳回

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

適用於