System.Security.AccessControl.ObjectSecurity: Property Members

The properties of System.Security.AccessControl.ObjectSecurity are listed below. For a list of all members, see the ObjectSecurity Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
AccessRightTypeType.

Gets the Type of the securable object associated with this System.Security.AccessControl.ObjectSecurity object.

[read-only]
abstract
AccessRuleTypeType.

Gets the Type of the object associated with the access rules of this System.Security.AccessControl.ObjectSecurity object. The Type object must be an object that can be cast as a System.Security.Principal.SecurityIdentifier object.

[read-only]
AreAccessRulesCanonicalbool.

Gets a Boolean value that specifies whether the access rules associated with this System.Security.AccessControl.ObjectSecurity object are in canonical order.

[read-only]
AreAccessRulesProtectedbool.

Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this System.Security.AccessControl.ObjectSecurity object is protected.

[read-only]
AreAuditRulesCanonicalbool.

Gets a Boolean value that specifies whether the audit rules associated with this System.Security.AccessControl.ObjectSecurity object are in canonical order.

[read-only]
AreAuditRulesProtectedbool.

Gets a Boolean value that specifies whether the System Access Control List (SACL) associated with this System.Security.AccessControl.ObjectSecurity object is protected.

[read-only]
abstract
AuditRuleTypeType.

Gets the Type object associated with the audit rules of this System.Security.AccessControl.ObjectSecurity object. The Type object must be an object that can be cast as a System.Security.Principal.SecurityIdentifier object.

Protected Properties

AccessRulesModifiedbool.

Gets or sets a Boolean value that specifies whether the access rules associated with this System.Security.AccessControl.ObjectSecurity object have been modified.

AuditRulesModifiedbool.

Gets or sets a Boolean value that specifies whether the audit rules associated with this System.Security.AccessControl.ObjectSecurity object have been modified.

GroupModifiedbool.

Gets or sets a Boolean value that specifies whether the group associated with the securable object has been modified.

[read-only]
IsContainerbool.

Gets a Boolean value that specifies whether this System.Security.AccessControl.ObjectSecurity object is a container object.

[read-only]
IsDSbool.

Gets a Boolean value that specifies whether this System.Security.AccessControl.ObjectSecurity object is a directory object.

OwnerModifiedbool.

Gets or sets a Boolean value that specifies whether the owner of the securable object has been modified.