4 references to CALG_SHA1
mscorlib (4)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
559return Constants.CALG_SHA1;
system\security\cryptography\sha1cryptoserviceprovider.cs (2)
27_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1); 49_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1);
system\security\cryptography\x509certificates\x509utils.cs (1)
215return Constants.CALG_SHA1;