Mono Class Library: Overview

System.Security.AccessControl.ObjectSecurity: Members

The members of System.Security.AccessControl.ObjectSecurity are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
AccessRightTypeType. Documentation for this section has not yet been entered.
[read-only]
abstract
AccessRuleTypeType. Documentation for this section has not yet been entered.
[read-only]
AreAccessRulesCanonicalbool. Documentation for this section has not yet been entered.
[read-only]
AreAccessRulesProtectedbool. Documentation for this section has not yet been entered.
[read-only]
AreAuditRulesCanonicalbool. Documentation for this section has not yet been entered.
[read-only]
AreAuditRulesProtectedbool. Documentation for this section has not yet been entered.
[read-only]
abstract
AuditRuleTypeType. Documentation for this section has not yet been entered.

Protected Properties

AccessRulesModifiedbool. Documentation for this section has not yet been entered.
AuditRulesModifiedbool. Documentation for this section has not yet been entered.
GroupModifiedbool. Documentation for this section has not yet been entered.
[read-only]
IsContainerbool. Documentation for this section has not yet been entered.
[read-only]
IsDSbool. Documentation for this section has not yet been entered.
OwnerModifiedbool. Documentation for this section has not yet been entered.

Public Methods

abstract
AccessRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AccessControlType) : AccessRule
Documentation for this section has not yet been entered.
abstract
AuditRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AuditFlags) : AuditRule
Documentation for this section has not yet been entered.
GetGroup(Type) : System.Security.Principal.IdentityReference
Documentation for this section has not yet been entered.
GetOwner(Type) : System.Security.Principal.IdentityReference
Documentation for this section has not yet been entered.
GetSecurityDescriptorBinaryForm() : byte[]
Documentation for this section has not yet been entered.
GetSecurityDescriptorSddlForm(AccessControlSections) : string
Documentation for this section has not yet been entered.
static
IsSddlConversionSupported() : bool
Documentation for this section has not yet been entered.
ModifyAccessRule(AccessControlModification, AccessRule, out bool) : bool
Documentation for this section has not yet been entered.
ModifyAuditRule(AccessControlModification, AuditRule, out bool) : bool
Documentation for this section has not yet been entered.
PurgeAccessRules(System.Security.Principal.IdentityReference)
Documentation for this section has not yet been entered.
PurgeAuditRules(System.Security.Principal.IdentityReference)
Documentation for this section has not yet been entered.
SetAccessRuleProtection(bool, bool)
Documentation for this section has not yet been entered.
SetAuditRuleProtection(bool, bool)
Documentation for this section has not yet been entered.
SetGroup(System.Security.Principal.IdentityReference)
Documentation for this section has not yet been entered.
SetOwner(System.Security.Principal.IdentityReference)
Documentation for this section has not yet been entered.
SetSecurityDescriptorBinaryForm(byte[])
Documentation for this section has not yet been entered.
SetSecurityDescriptorBinaryForm(byte[], AccessControlSections)
Documentation for this section has not yet been entered.
SetSecurityDescriptorSddlForm(string)
Documentation for this section has not yet been entered.
SetSecurityDescriptorSddlForm(string, AccessControlSections)
Documentation for this section has not yet been entered.

Protected Methods

abstract
ModifyAccess(AccessControlModification, AccessRule, out bool) : bool
Documentation for this section has not yet been entered.
abstract
ModifyAudit(AccessControlModification, AuditRule, out bool) : bool
Documentation for this section has not yet been entered.
Persist(System.Runtime.InteropServices.SafeHandle, AccessControlSections)
Documentation for this section has not yet been entered.
Persist(string, AccessControlSections)
Documentation for this section has not yet been entered.
Persist(bool, string, AccessControlSections)
Documentation for this section has not yet been entered.
ReadLock()
Documentation for this section has not yet been entered.
ReadUnlock()
Documentation for this section has not yet been entered.
WriteLock()
Documentation for this section has not yet been entered.
WriteUnlock()
Documentation for this section has not yet been entered.