Exemplo n.º 1
0
 /// <summary>
 /// Gets the key hash.
 /// </summary>
 /// <returns></returns>
 public override byte[] GetKeyHash()
 => Utility.HashKey(KeyczarConst.KeyHashLength, HmacKeyBytes, Utility.GetBytes(HashLength), Digest.ToBytes());