System.Security.Cryptography.SHA384.Implementation.Implementation C# (CSharp) Метод

Implementation() публичный Метод

public Implementation ( ) : Internal.Cryptography
Результат Internal.Cryptography
            public Implementation()
            {
                _hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA384);
            }