5 references to GetHashIndexType
mscorlib (5)
system\security\policy\hash.cs (5)
311Type indexType = GetHashIndexType(hashType); 366GetHashIndexType(typeof(SHA1)), 367GetHashIndexType(typeof(SHA256)), 368GetHashIndexType(typeof(MD5)) 395Contract.Assert(fallbackImplementation != null && GetHashIndexType(hashAlgorithm).IsAssignableFrom(fallbackImplementation));