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