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) | ![]() |
---|---|
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); } |
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.
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