SecurityServices for .NET 2.0 Documentation

PersistType Enumeration

[This is preliminary documentation and subject to change.]

Defines the persistence of this credential.

public enum PersistType

Members

Member Name Description
SessionThe 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.
LocalMachineThe 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.
EnterpriseThe 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.
NoneNo credential can be stored. This value will be returned if the credential type is not supported or has been disabled by policy.

Requirements

Namespace: Org.Mentalis.SecurityServices.Authentication

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

Org.Mentalis.SecurityServices.Authentication Namespace