Edit

Share via


TaskAgentSessionKey Class

Definition

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

[System.Runtime.Serialization.DataContract]
public sealed class TaskAgentSessionKey
type TaskAgentSessionKey = class
Public NotInheritable Class TaskAgentSessionKey
Inheritance
TaskAgentSessionKey
Attributes

Constructors

TaskAgentSessionKey()

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

Value

Gets or sets the symmetric key value.

Applies to