IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Crypto.UtilCrypto Member List

This is the complete list of members for IG.Crypto.UtilCrypto, including all inherited members.

CheckFileHash(string filePath, string hashValue, HashType hashType)IG.Crypto.UtilCryptoinlinestatic
CheckFileHashMd5(string filePath, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckFileHashSha1(string filePath, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckFileHashSha256(string filePath, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckFileHashSha512(string filePath, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckFileHashSupportedTypes(string filePath, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckStringHash(string stringToCheck, string hashValue, HashType hashType)IG.Crypto.UtilCryptoinlinestatic
CheckStringHashMd5(string stringToCheck, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckStringHashSha1(string stringToCheck, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckStringHashSha256(string stringToCheck, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckStringHashSha512(string stringToCheck, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CheckStringHashSupportedTypes(string stringToCheck, string hashValue)IG.Crypto.UtilCryptoinlinestatic
CreateHashAlgorithm(HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetFileHash(string filePath, HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetFileHashMd5(string filePath)IG.Crypto.UtilCryptoinlinestatic
GetFileHashSha1(string filePath)IG.Crypto.UtilCryptoinlinestatic
GetFileHashSha256(string filePath)IG.Crypto.UtilCryptoinlinestatic
GetFileHashSha512(string filePath)IG.Crypto.UtilCryptoinlinestatic
GetHash(Stream stream, HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetHashLengthBytes(HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetHashLengthHex(HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetHashMd5(Stream stream)IG.Crypto.UtilCryptoinlinestatic
GetHashSha1(Stream stream)IG.Crypto.UtilCryptoinlinestatic
GetHashSha256(Stream stream)IG.Crypto.UtilCryptoinlinestatic
GetHashSha512(Stream stream)IG.Crypto.UtilCryptoinlinestatic
GetHashType(string typeString)IG.Crypto.UtilCryptoinlinestatic
GetHashType(HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetStringHash(string stringToHash, HashType hashType)IG.Crypto.UtilCryptoinlinestatic
GetStringHashMd5(string stringToHash)IG.Crypto.UtilCryptoinlinestatic
GetStringHashSha1(string stringToHash)IG.Crypto.UtilCryptoinlinestatic
GetStringHashSha256(string stringToHash)IG.Crypto.UtilCryptoinlinestatic
GetStringHashSha512(string stringToHash)IG.Crypto.UtilCryptoinlinestatic
HashTypeToString(HashType hashType)IG.Crypto.UtilCryptoinlinestatic
ParseHashFile(string filePath, ref List< string[]> hashList)IG.Crypto.UtilCryptoinlinestatic
ParseHashFileString(string str, ref List< string[]> hashList)IG.Crypto.UtilCryptoinlinestatic