コード例 #1
0
 static AssemblyHash()
 {
     Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null);
 }
コード例 #2
0
 static AssemblyHash()
 {
     Empty = new AssemblyHash(AssemblyHashAlgorithm.None, null);
 }
コード例 #3
0
 public AssemblyHash(byte[] value)
 {
     this = new AssemblyHash(AssemblyHashAlgorithm.SHA1, value);
 }