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 Constructor (Byte[])

Initializes a new AssemblyHash given a hash value. The hash algorithm defaults to SHA1.

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

Parameters

value
The hash value.

See Also

AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace | AssemblyHash Constructor Overload List