CREDENTIAL_ATTRIBUTE class Null safety Struct
The CREDENTIAL_ATTRIBUTE structure contains an application-defined attribute of the credential. An attribute is a keyword-value pair. It is up to the application to define the meaning of the attribute.
- Inheritance
- Object
- NativeType
- Struct
- CREDENTIAL_ATTRIBUTE
- Available Extensions
Constructors
Properties
- Flags ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
Keyword
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
Value
↔ Pointer<
Uint8> -
read / write
- ValueSize ↔ int
-
@Uint32(), 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