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)
527
using (SafeHashHandle hashHandle = Utils.
CreateHash
(Utils.StaticProvHandle, GetAlgorithmId(hashAlgorithm))) {
539
using (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);