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.

public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[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
[<System.Serializable>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements 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