Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Infrastructure

IHmacHashBuilder Interface

Object that can build an HMAC hash for an HTTP request

csharp
public interface IHmacHashBuilder

Derived
HmacHashBuilder

Properties
HttpVerbGets or set the HTTP method of the request
PlainMessageGets the plain, non-hashed message
RequestUriGets or sets the path and query of the request
NOTE: Full urls will be truncated to just their path and query
TimestampGets or sets the timestamp of the request
Methods
Build(string)Builds the HMAC hash