AssemblyHash Struct
Definition
Caution
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This API is now obsolete.
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]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Obsolete]
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
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Obsolete>]
type AssemblyHash = struct
interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
- Inheritance
- Attributes
- Implements
Remarks
AssemblyHash values are used throughout the common language runtime to detect a change in assembly contents.
Constructors
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
Obsolete.
Obsolete.
Initializes a new instance of the AssemblyHash structure with the specified hash algorithm and the hash value. |
AssemblyHash(Byte[]) |
Obsolete.
Obsolete.
Initializes a new instance of the AssemblyHash structure with the specified hash value. The hash algorithm defaults to SHA1. |
Fields
Empty |
Obsolete.
Obsolete.
An empty AssemblyHash object. |
Properties
Algorithm |
Obsolete.
Obsolete.
Gets or sets the hash algorithm. |
Methods
Clone() |
Obsolete.
Obsolete.
Clones this object. |
GetValue() |
Obsolete.
Obsolete.
Gets the hash value. |
SetValue(Byte[]) |
Obsolete.
Obsolete.
Sets the hash value. |