AcceptServiceHmacTokenAttribute

Namespace: ASPSecurityKit.Net
Assembly: ASPSecurityKit.Net.dll

Summary

Attribute to indicate that the associated action(s) allows service HMAC token based authentication.

Properties

JustTheseQueryParams

Summary

Gets or sets the queryString parameters to consider for service HMAC computation.

Value

The queryString parameters to consider for service HMAC computation.

ValidForDays

Summary

Gets or sets the days component of the token validity.

Value

The days component of the token validity.

ValidForHours

Summary

Gets or sets the hours component of the token validity.

Value

The hours component of the token validity.

ValidForMinutes

Summary

Gets or sets the minutes component of the token validity.

Value

The minutes component of the token validity.

ValidFor

Summary

Gets the token validity period.

Value

The token validity period.

Verb

Summary

Gets or sets the request verb (HTTP method) expected for the action being signed with SHT.

Value

The request verb (HTTP method) expected for the action being signed with SHT.