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

HashFinal() защищенный закрытый Метод

protected final HashFinal ( ) : byte[]
Результат byte[]
            protected override sealed byte[] HashFinal()
            {
                return _hashProvider.FinalizeHashAndReset();
            }