My Project 1.0
Open Source Encrypted Vault Storage
Loading...
Searching...
No Matches
ignivault.App.State.AppState Class Reference

Public Member Functions

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.

Properties

byte?[] KeySalt [get]
string UserEmail = string.Empty [get, set]

Detailed Description

Definition at line 3 of file AppState.cs.

Member Function Documentation

◆ 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
base64Salt

Definition at line 14 of file AppState.cs.

Property Documentation

◆ KeySalt

byte? [] ignivault.App.State.AppState.KeySalt
get

Definition at line 5 of file AppState.cs.

◆ UserEmail

string ignivault.App.State.AppState.UserEmail = string.Empty
getset

Definition at line 7 of file AppState.cs.


The documentation for this class was generated from the following file:
  • C:/Users/prest/Desktop/GitHub/Ignivault/ignivault.App/State/AppState.cs