6 references to CreateHash
mscorlib (6)
system\security\cryptography\md5cryptoserviceprovider.cs (2)
35_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5); 56_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5);
system\security\cryptography\rsacryptoserviceprovider.cs (2)
527using (SafeHashHandle hashHandle = Utils.CreateHash(Utils.StaticProvHandle, GetAlgorithmId(hashAlgorithm))) { 539using (SafeHashHandle hashHandle = Utils.CreateHash(Utils.StaticProvHandle, GetAlgorithmId(hashAlgorithm))) {
system\security\cryptography\sha1cryptoserviceprovider.cs (2)
27_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1); 49_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1);