Appearance
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 | |
---|---|
HttpVerb | Gets or set the HTTP method of the request |
PlainMessage | Gets the plain, non-hashed message |
RequestUri | Gets or sets the path and query of the request NOTE: Full urls will be truncated to just their path and query |
Timestamp | Gets or sets the timestamp of the request |
Methods | |
---|---|
Build(string) | Builds the HMAC hash |