System.Security.Cryptography.SHA512.Implementation.HashFinal C# (CSharp) 메소드

HashFinal() 보호된 최종 메소드

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