OpenHome.Git.Hash.Hash C# (CSharp) Méthode

Hash() private méthode

private Hash ( ) : System
Résultat System
        internal Hash()
        {
            iAlgorithm = new System.Security.Cryptography.SHA1Managed();
        }