AssemblyHash Structure
Represents a hash of an assembly manifest's contents.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyHash(AssemblyHashAlgorithm, array<Byte>^) | Obsolete. Initializes a new instance of the AssemblyHash structure with the specified hash algorithm and the hash value. |
![]() | AssemblyHash(array<Byte>^) | Obsolete. Initializes a new instance of the AssemblyHash structure with the specified hash value. The hash algorithm defaults to SHA1. |
| Name | Description | |
|---|---|---|
![]() | Algorithm | Obsolete. Gets or sets the hash algorithm. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Obsolete. Clones this object. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | GetValue() | Obsolete. Gets the hash value. |
![]() | SetValue(array<Byte>^) | Obsolete. Sets the hash value. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
AssemblyHash values are used throughout the common language runtime to detect a change in assembly contents.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



