AssemblyHash Struct

Definition

Caution

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Represents a hash of an assembly manifest's contents.

C#
[System.Serializable]
public struct AssemblyHash : ICloneable
C#
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
Inheritance
AssemblyHash
Attributes
Implements

Remarks

AssemblyHash values are used throughout the common language runtime to detect a change in assembly contents.

Constructors

AssemblyHash(AssemblyHashAlgorithm, Byte[])
Obsolete.

Initializes a new instance of the AssemblyHash structure with the specified hash algorithm and the hash value.

AssemblyHash(Byte[])
Obsolete.

Initializes a new instance of the AssemblyHash structure with the specified hash value. The hash algorithm defaults to SHA1.

Fields

Empty
Obsolete.

An empty AssemblyHash object.

Properties

Algorithm
Obsolete.

Gets or sets the hash algorithm.

Methods

Clone()
Obsolete.

Clones this object.

GetValue()
Obsolete.

Gets the hash value.

SetValue(Byte[])
Obsolete.

Sets the hash value.

Applies to

Produkt Verzie (Zastarané)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)