CREDENTIAL class Null safety Struct
The CREDENTIAL structure contains an individual credential.
- Inheritance
-
- Object
- NativeType
- Struct
- CREDENTIAL
Constructors
Properties
- AttributeCount ↔ int
-
@Uint32(), read / write
-
Attributes
↔ Pointer<
CREDENTIAL_ATTRIBUTE> -
read / write
-
Comment
↔ Pointer<
Utf16> -
read / write
-
CredentialBlob
↔ Pointer<
Uint8> -
read / write
- CredentialBlobSize ↔ int
-
@Uint32(), read / write
- Flags ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- LastWritten ↔ FILETIME
-
read / write
- Persist ↔ int
-
@Uint32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
TargetAlias
↔ Pointer<
Utf16> -
read / write
-
TargetName
↔ Pointer<
Utf16> -
read / write
- Type ↔ int
-
@Uint32(), read / write
-
UserName
↔ Pointer<
Utf16> -
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