ComputerDataStorage

Namespace: WellFired.Guacamole.DataStorage

Inherits: WellFired.Guacamole.DataStorage.Types.IsolatedFileStorageService

Description

ComputerDataStorage is used to save data that should be shared between applications in a key value fashion. on MacOs it is saved at /Users/[current user]/.local/share/[Company Name]/[Application Name]/Keys. On Window at C:[current user][Company Name][Application Name] and on Linux at /home/jariq/.local/share/[Company Name]/[Application Name]/Keys

Public Methods

  ComputerDataStorage ( string applicationName, string companyName, Platform platform )

Breakdown

  • ComputerDataStorage ( string applicationName, string companyName, Platform platform )