Пример #1
0
 /// <summary>
 /// Return an array of bytes that is the hash
 /// </summary>
 /// <returns>
 /// Array of bytes that represents the hash
 /// </returns>
 public byte[] ToArray()
 {
     return(FingerprintHash.ToArray());
 }
Пример #2
0
 /// <summary>
 /// Return an array of bytes that is the hash
 /// </summary>
 /// <returns>
 /// Array of bytes that represents the hash
 /// </returns>
 public byte[] ToArray()
 {
     return(BaseHash.ToArray());
 }