3 references to Hash
mscorlib (3)
system\security\policy\hash.cs (3)
141
return new
Hash
(typeof(SHA1), sha1);
154
return new
Hash
(typeof(SHA256), sha256);
167
return new
Hash
(typeof(MD5), md5);