System.Security.Cryptography.SHA1Managed.HashFinal C# (CSharp) Method

HashFinal() protected final method

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