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