This documentation is archived and is not being maintained.
QualifiedAce Class
Visual Studio 2010
Represents an Access Control Entry (ACE) that contains a qualifier. The qualifier, represented by an AceQualifier object, specifies whether the ACE allows access, denies access, causes system audits, or causes system alarms. The QualifiedAce class is the abstract base class for the CommonAce and ObjectAce classes.
System::Object
System.Security.AccessControl::GenericAce
System.Security.AccessControl::KnownAce
System.Security.AccessControl::QualifiedAce
System.Security.AccessControl::CommonAce
System.Security.AccessControl::ObjectAce
System.Security.AccessControl::GenericAce
System.Security.AccessControl::KnownAce
System.Security.AccessControl::QualifiedAce
System.Security.AccessControl::CommonAce
System.Security.AccessControl::ObjectAce
Assembly: mscorlib (in mscorlib.dll)
The QualifiedAce type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AccessMask | Gets or sets the access mask for this KnownAce object. (Inherited from KnownAce.) |
![]() | AceFlags | Gets or sets the AceFlags associated with this GenericAce object. (Inherited from GenericAce.) |
![]() | AceQualifier | Gets a value that specifies whether the ACE allows access, denies access, causes system audits, or causes system alarms. |
![]() | AceType | Gets the type of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | AuditFlags | Gets the audit information associated with this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | BinaryLength | Gets the length, in bytes, of the binary representation of the current GenericAce object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm() method. (Inherited from GenericAce.) |
![]() | InheritanceFlags | Gets flags that specify the inheritance properties of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | IsCallback | Specifies whether this QualifiedAce object contains callback data. |
![]() | IsInherited | Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly. (Inherited from GenericAce.) |
![]() | OpaqueLength | Gets the length of the opaque callback data associated with this QualifiedAce object. This property is valid only for callback Access Control Entries (ACEs). |
![]() | PropagationFlags | Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | SecurityIdentifier | Gets or sets the SecurityIdentifier object associated with this KnownAce object. (Inherited from KnownAce.) |
| Name | Description | |
|---|---|---|
![]() | Copy | Creates a deep copy of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | Equals | Determines whether the specified GenericAce object is equal to the current GenericAce object. (Inherited from GenericAce.) |
![]() | 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 GenericAce object into the specified byte array beginning at the specified offset. (Inherited from GenericAce.) |
![]() | 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.) |
![]() | GetOpaque | Returns the opaque callback data associated with this QualifiedAce object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetOpaque | Sets the opaque callback data associated with this QualifiedAce object. |
![]() | 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:
