Persist enum

Defines the persistence of this credential. This member can be read and written.

I | Value | Meaning

0 | CRED_PERSIST_SESSION | The credential persists for the life of the logon session. It will not be visible to other logon sessions of this same user. It will not exist after this user logs off and back on. 0 | CRED_PERSIST_LOCAL_MACHINE | The credential persists for all subsequent logon sessions on this same computer. It is visible to other logon sessions of this same user on this same computer and not visible to logon sessions for this user on other computers. Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Starter and Windows XP Home Edition: This value is not supported. 0 | CRED_PERSIST_ENTERPRISE | The credential persists for all subsequent logon sessions on this same computer. It is visible to other logon sessions of this same user on this same computer and to logon sessions for this user on other computers. This option can be implemented as locally persisted credential if the administrator or user configures the user account to not have roam-able state. For instance, if the user has no roaming profile, the credential will only persist locally. Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Starter and Windows XP Home Edition: This value is not supported.

Inheritance

Constructors

Persist()
const

Values

CRED_PERSIST_SESSION → const Persist
CRED_PERSIST_LOCAL_MACHINE → const Persist
CRED_PERSIST_ENTERPRISE → const Persist

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Persist>
A constant List of the values in this enum, in order of their declaration.