TaskAgentSessionKey Class
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.
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 |
Value |
Gets or sets the symmetric key value. |