Bearbeiten

Share via


TaskAgentSessionKey interface

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

Properties

encrypted

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 <c>RSA</c> key exchanged with the server during registration.

value

Gets or sets the symmetric key value.

Property Details

encrypted

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 <c>RSA</c> key exchanged with the server during registration.

encrypted: boolean

Property Value

boolean

value

Gets or sets the symmetric key value.

value: number[]

Property Value

number[]