[Serializable] |
ctor #1 | Overloaded:.ctor(byte[] value) Initializes a new instance of the AssemblyHash structure with the specified hash value. The hash algorithm defaults to AssemblyHashAlgorithm.SHA1. |
ctor #2 | Overloaded:.ctor(AssemblyHashAlgorithm algorithm, byte[] value) Initializes a new instance of the AssemblyHash structure with the specified hash algorithm and the hash value. |
Empty | An empty AssemblyHash object. |
Algorithm | Read-write Gets or sets the hash algorithm. |
Clone | |
Equals (inherited from System.ValueType) |
See base class member description: System.ValueType.Equals Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from System.ValueType) |
See base class member description: System.ValueType.GetHashCode Returns the hash code for this instance. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
GetValue | Gets the hash value. |
SetValue | Sets the hash value. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public AssemblyHash( |
value
public AssemblyHash(AssemblyHash( |
algorithm
value
public static readonly AssemblyHash Empty;
|
public AssemblyHashAlgorithm Algorithm {get; set;}
|
public object Clone(); |
obj
~AssemblyHash(); |
public override int GetHashCode(); |
For more information, see Object.GetHashCode, and Hashtable.
public Type GetType(); |
public byte[] GetValue(); |
protected object MemberwiseClone(); |
public void SetValue( |
value
public override string ToString(); |