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