Edit

TaskAgentSessionKey.Encrypted Property

Definition

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.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool Encrypted { get; set; }
member this.Encrypted : bool with get, set
Public Property Encrypted As Boolean

Property Value

Attributes

Applies to