Table of Contents

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

string

KeysCommonSettings

Gets or sets the list of common settings keys

public List<string> KeysCommonSettings { get; set; }

Property Value

List<string>

KeysSettingsBool

Gets or sets the boolean-type settings keys

public List<string> KeysSettingsBool { get; set; }

Property Value

List<string>

KeysSettingsList

Gets or sets the list-type settings keys

public List<string> KeysSettingsList { get; set; }

Property Value

List<string>

KeysSettingsOther

Gets or sets the other-type settings keys

public List<string> KeysSettingsOther { get; set; }

Property Value

List<string>

RijndaelBytesDecrypt

Gets or sets the Rijndael decryption function for byte lists

public Func<List<byte>, List<byte>> RijndaelBytesDecrypt { get; set; }

Property Value

Func<List<byte>, List<byte>>

RijndaelBytesEncrypt

Gets or sets the Rijndael encryption function for byte lists

public Func<List<byte>, List<byte>> RijndaelBytesEncrypt { get; set; }

Property Value

Func<List<byte>, List<byte>>