Initializes a new AssemblyHash given the hash algorithm and the hash value.
[Visual Basic] Overloads Public Sub New( _ ByVal algorithm As AssemblyHashAlgorithm, _ ByVal value() As Byte _ ) [C#] public AssemblyHash( AssemblyHashAlgorithm algorithm, byte[] value ); [C++] public: AssemblyHash( AssemblyHashAlgorithm algorithm, unsigned char* value[] ); [JScript] public function AssemblyHash( algorithm : AssemblyHashAlgorithm, value : Byte[] );
AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace | AssemblyHash Constructor Overload List