Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskAgentSessionKey

Represents a symmetric key used for message-level encryption for communication sent to an agent.

Hierarchy

  • TaskAgentSessionKey

Index

Properties

Properties

Optional encrypted

encrypted: boolean

Gets or sets a value indicating whether or not the key value is encrypted. If this value is true, the Value property should be decrypted using the RSA key exchanged with the server during registration.

Optional value

value: Array<string>

Gets or sets the symmetric key value.

Generated using TypeDoc