IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
This is the complete list of members for IG.Crypto.UtilCrypto, including all inherited members.
CheckFileHash(string filePath, string hashValue, HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
CheckFileHashMd5(string filePath, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckFileHashSha1(string filePath, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckFileHashSha256(string filePath, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckFileHashSha512(string filePath, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckFileHashSupportedTypes(string filePath, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHash(string stringToCheck, string hashValue, HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHashMd5(string stringToCheck, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHashSha1(string stringToCheck, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHashSha256(string stringToCheck, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHashSha512(string stringToCheck, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CheckStringHashSupportedTypes(string stringToCheck, string hashValue) | IG.Crypto.UtilCrypto | inlinestatic |
CreateHashAlgorithm(HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetFileHash(string filePath, HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetFileHashMd5(string filePath) | IG.Crypto.UtilCrypto | inlinestatic |
GetFileHashSha1(string filePath) | IG.Crypto.UtilCrypto | inlinestatic |
GetFileHashSha256(string filePath) | IG.Crypto.UtilCrypto | inlinestatic |
GetFileHashSha512(string filePath) | IG.Crypto.UtilCrypto | inlinestatic |
GetHash(Stream stream, HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashLengthBytes(HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashLengthHex(HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashMd5(Stream stream) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashSha1(Stream stream) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashSha256(Stream stream) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashSha512(Stream stream) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashType(string typeString) | IG.Crypto.UtilCrypto | inlinestatic |
GetHashType(HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetStringHash(string stringToHash, HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
GetStringHashMd5(string stringToHash) | IG.Crypto.UtilCrypto | inlinestatic |
GetStringHashSha1(string stringToHash) | IG.Crypto.UtilCrypto | inlinestatic |
GetStringHashSha256(string stringToHash) | IG.Crypto.UtilCrypto | inlinestatic |
GetStringHashSha512(string stringToHash) | IG.Crypto.UtilCrypto | inlinestatic |
HashTypeToString(HashType hashType) | IG.Crypto.UtilCrypto | inlinestatic |
ParseHashFile(string filePath, ref List< string[]> hashList) | IG.Crypto.UtilCrypto | inlinestatic |
ParseHashFileString(string str, ref List< string[]> hashList) | IG.Crypto.UtilCrypto | inlinestatic |