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