SignedHttpRequestCreationParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a set of parameters that are used by a SignedHttpRequestHandler when creating a SignedHttpRequest.
public class SignedHttpRequestCreationParameters
type SignedHttpRequestCreationParameters = class
Public Class SignedHttpRequestCreationParameters
- Inheritance
-
SignedHttpRequestCreationParameters
Constructors
SignedHttpRequestCreationParameters() |
Fields
DefaultTimeAdjustment |
Default value for the TimeAdjustment. |
Properties
CreateB |
Gets or sets a value indicating whether the B claim should be created and added or not. |
CreateCnf |
Gets or sets a value indicating whether the Cnf claim should be created and added or not. |
CreateH |
Gets or sets a value indicating whether the H claim should be created and added or not. |
CreateM |
Gets or sets a value indicating whether the M claim should be created and added or not. |
CreateNonce |
Gets or sets a value indicating whether the Nonce claim should be created and added or not. |
CreateP |
Gets or sets a value indicating whether the P claim should be created and added or not. |
CreateQ |
Gets or sets a value indicating whether the Q claim should be created and added or not. |
CreateTs |
Gets or sets a value indicating whether the Ts claim should be created and added or not. |
CreateU |
Gets or sets a value indicating whether the U claim should be created and added or not. |
TimeAdjustment |
Gets or sets a time adjustment to apply when creating the timestamp ("ts") claim. |