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

HMACSHA256() public method

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

Same methods

HMACSHA256::HMACSHA256 ( byte key ) : System