2 references to HMACSHA512
mscorlib (1)
system\security\cryptography\hmacsha512.cs (1)
23
public HMACSHA512 () :
this
(Utils.GenerateRandom(128)) {}
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
65
return new
HMACSHA512
(key);