Initializes a new AssemblyHash.
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[]);
AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace