IdeaBlade DevForce 2010 Help Reference
SessionEncryptionKey Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ServerSettingsElement Class : 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

Visual Basic (Declaration) 
<XmlAttributeAttribute("sessionEncryptionKey")>
<DefaultValueAttribute()>
<DescriptionAttribute("The encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.")>
Public Property SessionEncryptionKey As String
Visual Basic (Usage)Copy Code
Dim instance As ServerSettingsElement
Dim value As String
 
instance.SessionEncryptionKey = value
 
value = instance.SessionEncryptionKey
C# 
[XmlAttributeAttribute("sessionEncryptionKey")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.")]
public string SessionEncryptionKey {get; set;}
C++/CLI 
[XmlAttributeAttribute("sessionEncryptionKey")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encryption key used to encrypt and decrypt the security tokens passed between a client and a load balanced application server.")]
public:
property String^ SessionEncryptionKey {
   String^ get();
   void set (    String^ value);
}

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.