Пример #1
0
 /// <summary>
 /// Finalizes the hash computation after the last data is processed by the cryptographic stream object.
 /// </summary>
 /// <returns>
 /// The computed hash code.
 /// </returns>
 protected override byte[] HashFinal()
 {
     return(_hashProvider.HashFinal());
 }