This topic has not yet been rated - Rate this topic

CompoundAce Class

Represents a compound Access Control Entry (ACE).

System.Object
  System.Security.AccessControl.GenericAce
    System.Security.AccessControl.KnownAce
      System.Security.AccessControl.CompoundAce

Namespace:  System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)
public sealed class CompoundAce : KnownAce

The CompoundAce type exposes the following members.

  Name Description
Public method CompoundAce Initializes a new instance of the CompoundAce class.
Top
  Name Description
Public property AccessMask Gets or sets the access mask for this KnownAce object. (Inherited from KnownAce.)
Public property AceFlags Gets or sets the AceFlags associated with this GenericAce object. (Inherited from GenericAce.)
Public property AceType Gets the type of this Access Control Entry (ACE). (Inherited from GenericAce.)
Public property AuditFlags Gets the audit information associated with this Access Control Entry (ACE). (Inherited from GenericAce.)
Public property BinaryLength Gets the length, in bytes, of the binary representation of the current CompoundAce object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm() method. (Overrides GenericAce.BinaryLength.)
Public property CompoundAceType Gets or sets the type of this CompoundAce object.
Public property InheritanceFlags Gets flags that specify the inheritance properties of this Access Control Entry (ACE). (Inherited from GenericAce.)
Public property IsInherited Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly. (Inherited from GenericAce.)
Public property PropagationFlags Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE). (Inherited from GenericAce.)
Public property SecurityIdentifier Gets or sets the SecurityIdentifier object associated with this KnownAce object. (Inherited from KnownAce.)
Top
  Name Description
Public method Copy Creates a deep copy of this Access Control Entry (ACE). (Inherited from GenericAce.)
Public method Equals Determines whether the specified GenericAce object is equal to the current GenericAce object. (Inherited from GenericAce.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetBinaryForm Marshals the contents of the CompoundAce object into the specified byte array beginning at the specified offset. (Overrides GenericAce.GetBinaryForm(Byte[], Int32).)
Public method GetHashCode Serves as a hash function for the GenericAce class. The GetHashCode method is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from GenericAce.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ