AssemblyHash.GetValue Method

Definition

Caution

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Gets the hash value.

public:
 cli::array <System::Byte> ^ GetValue();
public byte[] GetValue ();
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public byte[] GetValue ();
member this.GetValue : unit -> byte[]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.GetValue : unit -> byte[]
Public Function GetValue () As Byte()

Returns

Byte[]

The hash value.

Attributes

Applies to