Enumerator |
---|
MD5 |
|
SHA |
|
SHA1 |
|
SHA256 |
|
SHA384 |
|
static byte [] IG.Crypt.HashUtilities.ComputeHash |
( |
string |
HashAlgorithmName, |
|
|
string |
Str |
|
) |
| |
|
inlinestaticprivate |
static string IG.Crypt.HashUtilities.ComputeHashHexString |
( |
string |
HashAlgorithmName, |
|
|
string |
Str |
|
) |
| |
|
inlinestaticprivate |
static string IG.Crypt.HashUtilities.HashToHexString |
( |
byte[] |
xHashCode | ) |
|
|
inlinestaticprivate |
static byte [] IG.Crypt.HashUtilities.ToASCIIByteArray |
( |
string |
characters | ) |
|
|
inlinestatic |
Converts string to an AscII Byte array.
static byte [] IG.Crypt.HashUtilities.ToUnicodeByteArray |
( |
string |
characters | ) |
|
|
inlinestatic |
Converts string to an Unicode Byte array.
static string IG.Crypt.HashUtilities.FromASCIIByteArray |
( |
byte[] |
characters | ) |
|
|
inlinestatic |
static string IG.Crypt.HashUtilities.FromUnicodeByteArray |
( |
byte[] |
characters | ) |
|
|
inlinestatic |
static byte [] IG.Crypt.HashUtilities.ParseHashCodeString |
( |
string |
p_hash_code_string | ) |
|
|
inlinestaticprivate |
static bool IG.Crypt.HashUtilities.CompareHashCodes |
( |
byte[] |
x_hash_code1, |
|
|
byte[] |
x_hash_code2 |
|
) |
| |
|
inlinestaticprivate |
static bool IG.Crypt.HashUtilities.ValidateHashCode |
( |
string |
p_hash_algorithm, |
|
|
string |
p_hash_string, |
|
|
byte[] |
p_data |
|
) |
| |
|
inlinestatic |
static void IG.Crypt.HashUtilities.Test |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: