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

CryptoProviderHMACSHA2_256() public method

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