Aqueduct.Utils.HashService.HashService C# (CSharp) Метод

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

Constractor to pass a hash algorithm to using in hashing process
public HashService ( HashAlgorithm hashAlgorithm ) : System
hashAlgorithm System.Security.Cryptography.HashAlgorithm
Результат System
        public HashService(HashAlgorithm hashAlgorithm)
        {
            this.hashAlgorithm = hashAlgorithm;
        }
       

Same methods

HashService::HashService ( ) : System