NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.GetAssemblyHash

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[];

Return Value

Returns the hash value of the file containing the assembly manifest.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace