BoxKite.Twitter.DesktopPlatformAdaptor.ComputeHash C# (CSharp) Method

ComputeHash() public method

public ComputeHash ( byte buffer ) : byte[]
buffer byte
return byte[]
        public byte[] ComputeHash(byte[] buffer)
        {
            return _hmacsha1.ComputeHash(buffer);
        }