This documentation is archived and is not being maintained.
RawAcl Class
Visual Studio 2010
Represents an Access Control List (ACL).
Assembly: mscorlib (in mscorlib.dll)
The RawAcl type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RawAcl(Byte, Int32) | Initializes a new instance of the RawAcl class with the specified revision level. |
![]() | RawAcl(array<Byte>, Int32) | Initializes a new instance of the RawAcl class from the specified binary form. |
| Name | Description | |
|---|---|---|
![]() | BinaryLength | Gets the length, in bytes, of the binary representation of the current RawAcl object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm() method. (Overrides GenericAcl::BinaryLength.) |
![]() | Count | Gets the number of access control entries (ACEs) in the current RawAcl object. (Overrides GenericAcl::Count.) |
![]() | IsSynchronized | This property is always set to false. It is implemented only because it is required for the implementation of the ICollection interface. (Inherited from GenericAcl.) |
![]() | Item | Gets or sets the Access Control Entry (ACE) at the specified index. (Overrides GenericAcl::Item[Int32].) |
![]() | Revision | Gets the revision level of the RawAcl. (Overrides GenericAcl::Revision.) |
![]() | SyncRoot | This property always returns nullptr. It is implemented only because it is required for the implementation of the ICollection interface. (Inherited from GenericAcl.) |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Copies each GenericAce of the current GenericAcl into the specified array. (Inherited from GenericAcl.) |
![]() | 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 | Marshals the contents of the RawAcl object into the specified byte array beginning at the specified offset. (Overrides GenericAcl::GetBinaryForm(array<Byte>, Int32).) |
![]() | GetEnumerator | Returns a new instance of the AceEnumerator class. (Inherited from GenericAcl.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertAce | Inserts the specified Access Control Entry (ACE) at the specified index. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveAce | Removes the Access Control Entry (ACE) at the specified location. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo | Copies each GenericAce of the current GenericAcl into the specified array. (Inherited from GenericAcl.) |
![]() ![]() | IEnumerable::GetEnumerator | Returns a new instance of the AceEnumerator class cast as an instance of the IEnumerator interface. (Inherited from GenericAcl.) |
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:
