7 references to Hash
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1020[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Policy.Hash))]
System.Security.Permissions (6)
System\Security\Policy\Hash.cs (6)
16public static Hash CreateMD5(byte[] md5) { return default(Hash); } 17public static Hash CreateSHA1(byte[] sha1) { return default(Hash); } 18public static Hash CreateSHA256(byte[] sha256) { return default(Hash); }