System.Security.Cryptography.SHA512.Implementation.Implementation C# (CSharp) Méthode

Implementation() public méthode

public Implementation ( ) : Internal.Cryptography
Résultat Internal.Cryptography
            public Implementation()
            {
                _hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA512);
            }