3 instantiations of RIPEMD160Managed
mscorlib (2)
system\security\cryptography\hmacripemd160.cs (2)
24m_hash1 = new RIPEMD160Managed(); 25m_hash2 = new RIPEMD160Managed();
System.IdentityModel (1)
System\IdentityModel\CryptoHelper.cs (1)
1225return new RIPEMD160Managed();
1 reference to RIPEMD160Managed
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
178Type RIPEMD160ManagedType = typeof(System.Security.Cryptography.RIPEMD160Managed);