Enum UserPersistenceMode
Enumeration that specifies how and if logged-in User objects are persisted across application launches.
Namespace:Realms.Sync
Assembly:Realm.Sync.dll
Syntax
public enum UserPersistenceMode
Fields
| Name | Description |
|---|---|
| Disabled | Do not persist User objects. |
| Encrypted | Persist User objects in an encrypted store. |
| NotEncrypted | Persist User objects, but do not encrypt them. |