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

HMACSHA384() public method

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

Same methods

HMACSHA384::HMACSHA384 ( byte key ) : System