System.Security.Cryptography.SHA256.Implementation.Implementation C# (CSharp) Method

Implementation() public method

public Implementation ( ) : Internal.Cryptography
return Internal.Cryptography
            public Implementation()
            {
                _hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA256);
            }