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.SetAssemblyHash

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

[Visual Basic]
Public Sub SetAssemblyHash( _
   ByVal assemblyHash() As Byte _
)
[C#]
public void SetAssemblyHash(
   byte[] assemblyHash
);
[C++]
public: void SetAssemblyHash(
   unsigned char* assemblyHash[]
);
[JScript]
public function SetAssemblyHash(
   assemblyHash : Byte[]
);

Parameters

assemblyHash
The hash value of the file that contains the manifest.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace