TaskAgentSessionKey.Encrypted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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