SECURITY_DESCRIPTOR class Null safety Struct
The SECURITY_DESCRIPTOR structure contains the security information associated with an object. Applications use this structure to set and query an object's security status.
- Inheritance
- Object
- NativeType
- Struct
- SECURITY_DESCRIPTOR
- Available Extensions
Constructors
Properties
- Control ↔ int
-
@Int16(), read / write
-
Dacl
↔ Pointer<
IntPtr> -
read / write
-
Group
↔ Pointer<
IntPtr> -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
Owner
↔ Pointer<
IntPtr> -
read / write
- Revision ↔ int
-
@Uint8(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
Sacl
↔ Pointer<
IntPtr> -
read / write
- Sbz1 ↔ int
-
@Uint8(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited