8 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
13 private byte[] _Value;
16 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
21 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
36 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
43 int num = value.Length;
44 _Value =
new byte[num];
52 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
55 _Algorithm = algorithm;
59 int num = value.Length;
60 _Value =
new byte[num];
67 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
75 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
83 [Obsolete(
"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
object Clone()
Clones this object.
AssemblyHash(byte[] value)
Initializes a new instance of the T:System.Configuration.Assemblies.AssemblyHash structure with the s...
static readonly AssemblyHash Empty
An empty T:System.Configuration.Assemblies.AssemblyHash object.
AssemblyHash(AssemblyHashAlgorithm algorithm, byte[] value)
Initializes a new instance of the T:System.Configuration.Assemblies.AssemblyHash structure with the s...
Represents a hash of an assembly manifest's contents.
byte [] GetValue()
Gets the hash value.
Supports cloning, which creates a new instance of a class with the same value as an existing instance...
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
void SetValue(byte[] value)
Sets the hash value.
static void Copy(Array sourceArray, Array destinationArray, int length)
Copies a range of elements from an T:System.Array starting at the first element and pastes them into ...
AssemblyHashAlgorithm Algorithm
Gets or sets the hash algorithm.
AssemblyHashAlgorithm
Specifies all the hash algorithms used for hashing files and for generating the strong name.