BoxKite.Twitter.DesktopPlatformAdaptor.ComputeHash C# (CSharp) 메소드

ComputeHash() 공개 메소드

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