DevForce Help Reference
SessionEncryptionKey Property


Gets or sets the encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.
Syntax
'Declaration
 
<DescriptionAttribute("The encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.")>
<XmlAttributeAttribute("sessionEncryptionKey")>
<DefaultValueAttribute()>
Public Property SessionEncryptionKey As String
'Usage
 
Dim instance As ServerSettingsElement
Dim value As String
 
instance.SessionEncryptionKey = value
 
value = instance.SessionEncryptionKey
[Description("The encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.")]
[XmlAttribute("sessionEncryptionKey")]
[DefaultValue()]
public string SessionEncryptionKey {get; set;}
Remarks
This SessionEncryptionKey key is required when deploying a load balanced application server, and must be the same for all servers hosting the same client application.

The SessionEncryptionKey can be set only when using a DataCenter license; otherwise DevForce assigns a machine-specific encryption key.

The security token is included in the message sent with all server requests and is used to validate the source of the request.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerSettingsElement Class
ServerSettingsElement Members

Send Feedback