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
Constructors
Properties
- Control ↔ int
-
@Uint16(), read / write
-
Dacl
↔ Pointer<
ACL> -
read / write
-
Group
↔ Pointer<
NativeType> -
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
Owner
↔ Pointer<
NativeType> -
read / write
- Revision ↔ int
-
@Uint8(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
Sacl
↔ Pointer<
ACL> -
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