Share via


NSUrlCredentialPersistence Enum

Definition

Determines how credentials are persisted.

[ObjCRuntime.Native]
public enum NSUrlCredentialPersistence
[<ObjCRuntime.Native>]
type NSUrlCredentialPersistence = 
Inheritance
NSUrlCredentialPersistence
Attributes

Fields

Name Value Description
None 0

Not persisted.

ForSession 1

Persisted for the session.

Permanent 2

Permanently.

Synchronizable 3

Applies to