NSUrlCredentialPersistence 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.
Determines how credentials are persisted.
public enum NSUrlCredentialPersistence
type NSUrlCredentialPersistence =
- Inheritance
-
NSUrlCredentialPersistence
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not persisted. |
ForSession | 1 | Persisted for the session. |
Permanent | 2 | Permanently. |
Synchronizable | 3 |