AuthorizationRule 類別

定義

決定安全物件的存取權限。 衍生類別 AccessRuleAuditRule 提供存取和稽核功能的特製化。

public ref class AuthorizationRule abstract
public abstract class AuthorizationRule
type AuthorizationRule = class
Public MustInherit Class AuthorizationRule
繼承
AuthorizationRule
衍生

建構函式

AuthorizationRule(IdentityReference, Int32, Boolean, InheritanceFlags, PropagationFlags)

使用指定的值,初始化 AccessRule 類別的新執行個體。

屬性

AccessMask

取得此規則的存取遮罩。

IdentityReference

取得要套用此規則的 IdentityReference

InheritanceFlags

取得旗標值,這個值會決定子物件繼承這項規則的方式。

IsInherited

取得值,表示這個規則是否會明確地設定或繼承自父容器物件。

PropagationFlags

取得傳播旗標的值,該值判斷這個規則的繼承如何傳播到子物件。 只有當 InheritanceFlags 列舉的值不是 None,這個屬性才是重要的。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於