37 references to AssemblyHashAlgorithm
mscorlib (37)
system\activator.cs (3)
31using AssemblyHashAlgorithm = System.Configuration.Assemblies.AssemblyHashAlgorithm; 626AssemblyHashAlgorithm.None); 635AssemblyHashAlgorithm hashAlgorithm)
system\appdomain.cs (4)
53using AssemblyHashAlgorithm = System.Configuration.Assemblies.AssemblyHashAlgorithm; 1618AssemblyHashAlgorithm hashAlgorithm) 1991AssemblyHashAlgorithm hashAlgorithm) 2015AssemblyHashAlgorithm hashAlgorithm)
system\configuration\assemblies\assemblyhash.cs (5)
22private AssemblyHashAlgorithm _Algorithm; 26public static readonly AssemblyHash Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null); 30_Algorithm = AssemblyHashAlgorithm.SHA1; 41public AssemblyHash(AssemblyHashAlgorithm algorithm, byte[] value) { 55public AssemblyHashAlgorithm Algorithm {
system\reflection\assembly.cs (9)
154AssemblyHashAlgorithm.None, 176AssemblyHashAlgorithm.None, 199AssemblyHashAlgorithm.None, 214AssemblyHashAlgorithm hashAlgorithm) 236AssemblyHashAlgorithm hashAlgorithm) 267AssemblyHashAlgorithm.None, 1691AssemblyHashAlgorithm hashAlgorithm, 2628private extern static AssemblyHashAlgorithm GetHashAlgorithm(RuntimeAssembly assembly); 2631private AssemblyHashAlgorithm GetHashAlgorithm()
system\reflection\assemblyattributes.cs (1)
284public AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm algorithmId)
system\reflection\assemblyname.cs (13)
55private AssemblyHashAlgorithm _HashAlgorithm; 56private AssemblyHashAlgorithm _HashAlgorithmForControl; 63_HashAlgorithm = AssemblyHashAlgorithm.None; 216internal void SetHashControl(byte[] hash, AssemblyHashAlgorithm hashAlgorithm) 277public AssemblyHashAlgorithm HashAlgorithm 334info.AddValue("_HashAlgorithm", _HashAlgorithm, typeof(AssemblyHashAlgorithm)); 335info.AddValue("_HashAlgorithmForControl", _HashAlgorithmForControl, typeof(AssemblyHashAlgorithm)); 359_HashAlgorithm = (AssemblyHashAlgorithm) m_siInfo.GetValue("_HashAlgorithm", typeof(AssemblyHashAlgorithm)); 365_HashAlgorithmForControl = (AssemblyHashAlgorithm) m_siInfo.GetValue("_HashAlgorithmForControl", typeof(AssemblyHashAlgorithm)); 369_HashAlgorithmForControl = AssemblyHashAlgorithm.None; 484AssemblyHashAlgorithm hashAlgorithm,
system\resources\resourcereader.cs (1)
1157AssemblyHashAlgorithm.None,
system\runtime\interopservices\typelibconverter.cs (1)
344AssemblyHashAlgorithm.None,