Skip to main content

RequestSecret

The RequestSecret class represents a secret associated with a specific request, extending the functionality of the ProcessSecret class.

Properties

NameDescription
TokenIdThe unique identifier associated with the secret token.
RequestIdGets or sets the ID of the request associated with this secret.
RandomValueA randomly generated value, created when the secret is initialized.
ProcessIdGets or sets the ID of the process associated with this secret.

Constructors

NameDescription
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.