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