Iaik.Utils.Hash.HashProvider.HashProvider C# (CSharp) Method

HashProvider() public method

public HashProvider ( ) : System
return System
        public HashProvider()
            : this("SHA1")
        {
        }

Same methods

HashProvider::HashProvider ( string hashAlgorithm ) : System