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!

AssemblyHash.SetValue

Sets the hash value.

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

Parameters

value
The hash value.

See Also

AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace