CredentialPersistenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Directs what credentials will be persisted in the local store or when serializing a shared server.
public enum CredentialPersistenceType
type CredentialPersistenceType =
Public Enum CredentialPersistenceType
- Inheritance
-
CredentialPersistenceType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
PersistLoginName | 1 | |
PersistLoginNameAndPassword | 2 |