Definition at line 26 of file Utils.cs.
◆ ByteArrayToHexStr()
static string EaseFilter.CommonObjects.Utils.ByteArrayToHexStr |
( |
byte [] |
ba | ) |
|
|
static |
◆ ConvertHexStrToByteArray()
static byte [] EaseFilter.CommonObjects.Utils.ConvertHexStrToByteArray |
( |
string |
hexString | ) |
|
|
static |
◆ CopyOSPlatformDependentFiles()
static void EaseFilter.CommonObjects.Utils.CopyOSPlatformDependentFiles |
( |
| ) |
|
|
static |
◆ GetKeyByPassPhrase()
static byte [] EaseFilter.CommonObjects.Utils.GetKeyByPassPhrase |
( |
string |
pwStr | ) |
|
|
static |
Generate 32 bytes key array by pass phrase string
- Parameters
-
- Returns
Definition at line 207 of file Utils.cs.
◆ GetRandomIV()
static byte [] EaseFilter.CommonObjects.Utils.GetRandomIV |
( |
| ) |
|
|
static |
◆ GetRandomKey()
static byte [] EaseFilter.CommonObjects.Utils.GetRandomKey |
( |
| ) |
|
|
static |
◆ IsBase64String()
static bool EaseFilter.CommonObjects.Utils.IsBase64String |
( |
string |
s | ) |
|
|
static |
◆ LoadAppSetting()
static void EaseFilter.CommonObjects.Utils.LoadAppSetting |
( |
string |
fileName, |
|
|
ref Dictionary< string, string > |
keyValues |
|
) |
| |
|
static |
◆ SaveAppSetting()
static void EaseFilter.CommonObjects.Utils.SaveAppSetting |
( |
string |
fileName, |
|
|
Dictionary< string, string > |
keyValues |
|
) |
| |
|
static |
◆ ToDebugger()
static void EaseFilter.CommonObjects.Utils.ToDebugger |
( |
string |
message | ) |
|
|
static |
◆ WinMajorVersion()
static uint EaseFilter.CommonObjects.Utils.WinMajorVersion |
( |
| ) |
|
|
static |
◆ WinMinorVersion()
static uint EaseFilter.CommonObjects.Utils.WinMinorVersion |
( |
| ) |
|
|
static |
Returns the Windows minor version number for this computer.
Definition at line 53 of file Utils.cs.
The documentation for this class was generated from the following file: