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

Implementation() public method

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