Get the hash value of the file containing the assembly manifest.
[Visual Basic] Public Function GetAssemblyHash() As Byte () [C#] public byte[] GetAssemblyHash(); [C++] public: unsigned char* GetAssemblyHash() []; [JScript] public function GetAssemblyHash() : Byte[];
Returns the hash value of the file containing the assembly manifest.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace