RequestSecret
The RequestSecret
class represents a secret associated with a specific request, extending the functionality of the ProcessSecret
class.
Properties
Name | Description |
---|---|
TokenId | The unique identifier associated with the secret token. |
RequestId | Gets or sets the ID of the request associated with this secret. |
RandomValue | A randomly generated value, created when the secret is initialized. |
ProcessId | Gets or sets the ID of the process associated with this secret. |
Constructors
Name | Description |
---|---|
RequestSecret(processId, requestId, tokenId) | Initializes a new instance of the RequestSecret class with the specified process ID, request ID, and token ID. |
RequestSecret(processId, tokenId) | Initializes a new instance of the RequestSecret class with the specified process ID and token ID. |