7 references to SHA1
mscorlib (7)
system\security\cryptography\dsacryptoserviceprovider.cs (2)
279
if (hashAlgorithm != HashAlgorithmName.
SHA1
)
293
if (hashAlgorithm != HashAlgorithmName.
SHA1
)
system\security\cryptography\rfc2898derivebytes.cs (3)
49
: this(password, saltSize, iterations, HashAlgorithmName.
SHA1
)
86
public Rfc2898DeriveBytes(string password, byte[] salt, int iterations) : this (password, salt, iterations, HashAlgorithmName.
SHA1
) {}
92
public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations) : this(password, salt, iterations, HashAlgorithmName.
SHA1
) { }
system\security\cryptography\RSAEncryptionPadding.cs (1)
15
private static readonly RSAEncryptionPadding s_oaepSHA1 = CreateOaep(HashAlgorithmName.
SHA1
);
system\security\cryptography\utils.cs (1)
1008
return HashAlgorithmName.
SHA1
;