This documentation is archived and is not being maintained.
CommonSecurityDescriptor Class
Visual Studio 2010
Represents a security descriptor. A security descriptor includes an owner, a primary group, a Discretionary Access Control List (DACL), and a System Access Control List (SACL).
System::Object
System.Security.AccessControl::GenericSecurityDescriptor
System.Security.AccessControl::CommonSecurityDescriptor
System.Security.AccessControl::GenericSecurityDescriptor
System.Security.AccessControl::CommonSecurityDescriptor
Assembly: mscorlib (in mscorlib.dll)
The CommonSecurityDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CommonSecurityDescriptor(Boolean, Boolean, RawSecurityDescriptor) | Initializes a new instance of the CommonSecurityDescriptor class from the specified RawSecurityDescriptor object. |
![]() | CommonSecurityDescriptor(Boolean, Boolean, String) | Initializes a new instance of the CommonSecurityDescriptor class from the specified Security Descriptor Definition Language (SDDL) string. |
![]() | CommonSecurityDescriptor(Boolean, Boolean, array<Byte>, Int32) | Initializes a new instance of the CommonSecurityDescriptor class from the specified array of byte values. |
![]() | CommonSecurityDescriptor(Boolean, Boolean, ControlFlags, SecurityIdentifier, SecurityIdentifier, SystemAcl, DiscretionaryAcl) | Initializes a new instance of the CommonSecurityDescriptor class from the specified information. |
| Name | Description | |
|---|---|---|
![]() | BinaryLength | Gets the length, in bytes, of the binary representation of the current GenericSecurityDescriptor object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm() method. (Inherited from GenericSecurityDescriptor.) |
![]() | ControlFlags | Gets values that specify behavior of the CommonSecurityDescriptor object. (Overrides GenericSecurityDescriptor::ControlFlags.) |
![]() | DiscretionaryAcl | Gets or sets the discretionary access control list (DACL) for this CommonSecurityDescriptor object. The DACL contains access rules. |
![]() | Group | Gets or sets the primary group for this CommonSecurityDescriptor object. (Overrides GenericSecurityDescriptor::Group.) |
![]() | IsContainer | Gets a Boolean value that specifies whether the object associated with this CommonSecurityDescriptor object is a container object. |
![]() | IsDiscretionaryAclCanonical | Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this CommonSecurityDescriptor object is in canonical order. |
![]() | IsDS | Gets a Boolean value that specifies whether the object associated with this CommonSecurityDescriptor object is a directory object. |
![]() | IsSystemAclCanonical | Gets a Boolean value that specifies whether the System Access Control List (SACL) associated with this CommonSecurityDescriptor object is in canonical order. |
![]() | Owner | Gets or sets the owner of the object associated with this CommonSecurityDescriptor object. (Overrides GenericSecurityDescriptor::Owner.) |
![]() | SystemAcl | Gets or sets the System Access Control List (SACL) for this CommonSecurityDescriptor object. The SACL contains audit rules. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBinaryForm | Returns an array of byte values that represents the information contained in this GenericSecurityDescriptor object. (Inherited from GenericSecurityDescriptor.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSddlForm | Returns the Security Descriptor Definition Language (SDDL) representation of the specified sections of the security descriptor that this GenericSecurityDescriptor object represents. (Inherited from GenericSecurityDescriptor.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PurgeAccessControl | Removes all access rules for the specified security identifier from the Discretionary Access Control List (DACL) associated with this CommonSecurityDescriptor object. |
![]() | PurgeAudit | Removes all audit rules for the specified security identifier from the System Access Control List (SACL) associated with this CommonSecurityDescriptor object. |
![]() | SetDiscretionaryAclProtection | Sets the inheritance protection for the Discretionary Access Control List (DACL) associated with this CommonSecurityDescriptor object. DACLs that are protected do not inherit access rules from parent containers. |
![]() | SetSystemAclProtection | Sets the inheritance protection for the System Access Control List (SACL) associated with this CommonSecurityDescriptor object. SACLs that are protected do not inherit audit rules from parent containers. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
