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