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

CryptoProviderAuthentication() protected method

Initializes an instance of the hash provider with the specified implementation.
protected CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System
HashAlgorithm System.Security.Cryptography.HashAlgorithm
return System
        protected CryptoProviderAuthentication(HashAlgorithm HashAlgorithm) {
            this.HashAlgorithm = HashAlgorithm;
            }
        }
CryptoProviderAuthentication