Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AssemblyHash Structure

 
Note: This API is now obsolete.

Represents a hash of an assembly manifest's contents.

Namespace:   System.Configuration.Assemblies
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public struct AssemblyHash : ICloneable

NameDescription
System_CAPS_pubmethodAssemblyHash(AssemblyHashAlgorithm, Byte[])

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

System_CAPS_pubmethodAssemblyHash(Byte[])

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

NameDescription
System_CAPS_pubpropertyAlgorithm

Obsolete. Gets or sets the hash algorithm.

NameDescription
System_CAPS_pubmethodClone()

Obsolete. Clones this object.

System_CAPS_pubmethodEquals(Object)

Indicates whether this instance and a specified object are equal.(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetValue()

Obsolete. Gets the hash value.

System_CAPS_pubmethodSetValue(Byte[])

Obsolete. Sets the hash value.

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEmpty

Obsolete. An empty AssemblyHash object.

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

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft