System.Security.Cryptography.SHA1.Implementation.HashFinal C# (CSharp) Method

HashFinal() protected final method

protected final HashFinal ( ) : byte[]
return byte[]
            protected override sealed byte[] HashFinal()
            {
                return _hashProvider.FinalizeHashAndReset();
            }