Goedel.Cryptography.CryptoProviderHMACSHA2_512.CryptoProviderHMACSHA2_512 C# (CSharp) Method

CryptoProviderHMACSHA2_512() public method

Constructor, algorithm takes no parameters.
public CryptoProviderHMACSHA2_512 ( ) : System
return System
        public CryptoProviderHMACSHA2_512()
            : base(new HMACSHA512()) {
            }
        }
CryptoProviderHMACSHA2_512