ObjectAuditRule 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用者識別 (Identity)、存取遮罩和稽核條件的組合。 ObjectAuditRule 物件還包含要套用規則的物件型別、可繼承規則的子物件型別、子物件如何繼承規則,以及如何傳用繼承的相關資訊。
public ref class ObjectAuditRule abstract : System::Security::AccessControl::AuditRule
public abstract class ObjectAuditRule : System.Security.AccessControl.AuditRule
type ObjectAuditRule = class
inherit AuditRule
Public MustInherit Class ObjectAuditRule
Inherits AuditRule
- 繼承
- 衍生
建構函式
ObjectAuditRule(IdentityReference, Int32, Boolean, InheritanceFlags, PropagationFlags, Guid, Guid, AuditFlags) |
初始化 ObjectAuditRule 類別的新執行個體。 |
屬性
AccessMask |
取得此規則的存取遮罩。 (繼承來源 AuthorizationRule) |
AuditFlags |
取得這個稽核規則的稽核旗標。 (繼承來源 AuditRule) |
IdentityReference |
取得要套用此規則的 IdentityReference。 (繼承來源 AuthorizationRule) |
InheritanceFlags |
取得旗標值,這個值會決定子物件繼承這項規則的方式。 (繼承來源 AuthorizationRule) |
InheritedObjectType |
取得可繼承 ObjectAuditRule 物件之子物件的類型。 |
IsInherited |
取得值,表示這個規則是否會明確地設定或繼承自父容器物件。 (繼承來源 AuthorizationRule) |
ObjectFlags |
ObjectType 物件的 InheritedObjectType 和 ObjectAuditRule 屬性包含有效的值。 |
ObjectType |
取得要套用 ObjectAuditRule 之物件的類型。 |
PropagationFlags |
取得傳播旗標的值,該值判斷這個規則的繼承如何傳播到子物件。 只有當 InheritanceFlags 列舉的值不是 None,這個屬性才是重要的。 (繼承來源 AuthorizationRule) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |