static AssemblyHash()
 {
     Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null);
 }
 static AssemblyHash()
 {
     Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null);
 }
Exemplo n.º 3
0
 public AssemblyHash(byte[] value)
 {
     this = new AssemblyHash(AssemblyHashAlgorithm.SHA1, value);
 }