Cred class

Cred class is class that holds information about a specific stored CREDENTIALS

more info go to https://docs.microsoft.com/en-us/windows/win32/api/wincred/ns-wincred-credentiala#members

Constructors

Cred({required String userName, required String value, required String key, required Persist persist, required Type type})
A CREDENTIALS constructor
Cred.fromJson(Map<String, dynamic> data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The name of the credential. The TargetName (or the key) and Type members uniquely identify the credential. This member cannot be changed after the credential is created. Instead, the credential with the old name should be deleted and the credential with the new name created.
getter/setter pair
persist Persist
Defines the persistence of this credential. This member can be read and written.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJson Map<String, dynamic>
no setter
type Type
The type of the credential. This member cannot be changed after the credential is created. The following values are valid.
getter/setter pair
userName String
The user name of the account used to connect to TargetName.
getter/setter pair
value String
Secret data for the credential. The CredentialBlob (or value) member can be both read and written.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited