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

Returns the hash value.

[Visual Basic]
Public Function GetValue() As Byte ()
[C#]
public byte[] GetValue();
[C++]
public: unsigned char* GetValue() [];
[JScript]
public function GetValue() : Byte[];

Return Value

The hash value.

See Also

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