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

Initializes a new AssemblyHash.

Overload List

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

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

Initializes a new AssemblyHash given the hash algorithm and the hash value.

[Visual Basic] Overloads Public Sub New(AssemblyHashAlgorithm, Byte())
[C#] public AssemblyHash(AssemblyHashAlgorithm, byte[]);
[C++] public: AssemblyHash(AssemblyHashAlgorithm, unsigned char[]);
[JScript] public function AssemblyHash(AssemblyHashAlgorithm, Byte[]);

See Also

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