|
void | SetUserState (string? base64Salt) |
| Sets the user-specific state, including email and key salt.
|
void | ClearUserState () |
| Clears the user-specific state, including email and key salt.
|
Definition at line 3 of file AppState.cs.
◆ ClearUserState()
void ignivault.App.State.AppState.ClearUserState |
( |
| ) |
|
|
inline |
Clears the user-specific state, including email and key salt.
Definition at line 22 of file AppState.cs.
◆ SetUserState()
void ignivault.App.State.AppState.SetUserState |
( |
string? | base64Salt | ) |
|
|
inline |
Sets the user-specific state, including email and key salt.
- Parameters
-
Definition at line 14 of file AppState.cs.
◆ KeySalt
byte? [] ignivault.App.State.AppState.KeySalt |
|
get |
◆ UserEmail
string ignivault.App.State.AppState.UserEmail = string.Empty |
|
getset |
The documentation for this class was generated from the following file:
- C:/Users/prest/Desktop/GitHub/Ignivault/ignivault.App/State/AppState.cs