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

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]
        protected override byte[] HashFinal()
        {
            return _hMacCommon.FinalizeHashAndReset();
        }