Skip to main content

ProcessSecret

The ProcessSecret class represents a secret associated with a specific process, extending the functionality of the BaseSecret class.

Properties

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

Constructors

NameDescription
ProcessSecret(processId, tokenId)Initializes a new instance of the ProcessSecret class with the specified process ID and token ID.