Class CreateAppFoldersIfDontExistsArgsCl
- Namespace
- SunamoCl._public.SunamoArgs
- Assembly
- SunamoCl.dll
Arguments for creating application folders if they do not exist, including settings keys and encryption functions
public class CreateAppFoldersIfDontExistsArgsCl
- Inheritance
-
CreateAppFoldersIfDontExistsArgsCl
- Inherited Members
- Extension Methods
Properties
AppName
Gets or sets the name of the application
public string AppName { get; set; }
Property Value
KeysCommonSettings
Gets or sets the list of common settings keys
public List<string> KeysCommonSettings { get; set; }
Property Value
KeysSettingsBool
Gets or sets the boolean-type settings keys
public List<string> KeysSettingsBool { get; set; }
Property Value
KeysSettingsList
Gets or sets the list-type settings keys
public List<string> KeysSettingsList { get; set; }
Property Value
KeysSettingsOther
Gets or sets the other-type settings keys
public List<string> KeysSettingsOther { get; set; }
Property Value
RijndaelBytesDecrypt
Gets or sets the Rijndael decryption function for byte lists
public Func<List<byte>, List<byte>> RijndaelBytesDecrypt { get; set; }
Property Value
RijndaelBytesEncrypt
Gets or sets the Rijndael encryption function for byte lists
public Func<List<byte>, List<byte>> RijndaelBytesEncrypt { get; set; }