System.Security.Cryptography.HMACSHA512.HMACSHA512 C# (CSharp) Method

HMACSHA512() public method

public HMACSHA512 ( ) : System
return System
        public HMACSHA512()
            : this(Helpers.GenerateRandom(BlockSize))
        {
        }

Same methods

HMACSHA512::HMACSHA512 ( byte key ) : System