The
methods
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 Methods
abstract | AccessRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AccessControlType) : AccessRuleDocumentation for this section has not yet been entered. |
abstract | AuditRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AuditFlags) : AuditRuleDocumentation for this section has not yet been entered. |
| GetGroup(Type) : System.Security.Principal.IdentityReferenceDocumentation for this section has not yet been entered. |
| GetOwner(Type) : System.Security.Principal.IdentityReferenceDocumentation for this section has not yet been entered. |
| GetSecurityDescriptorBinaryForm() : byte[]Documentation for this section has not yet been entered. |
| GetSecurityDescriptorSddlForm(AccessControlSections) : stringDocumentation for this section has not yet been entered. |
static | IsSddlConversionSupported() : boolDocumentation for this section has not yet been entered. |
| ModifyAccessRule(AccessControlModification, AccessRule, out bool) : boolDocumentation for this section has not yet been entered. |
| ModifyAuditRule(AccessControlModification, AuditRule, out bool) : boolDocumentation 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