Datasnap.DSServer.TDSCallbackTunnel.SecurityToken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SecurityToken: string read FSecurityToken write FSecurityToken;

C++

__property System::UnicodeString SecurityToken = {read=FSecurityToken, write=FSecurityToken};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

Description

Specifies a secret key to allow a client to work with the tunnel.

The SecurityToken property specifies a secret key to allow a client to work with the tunnel. The framework that works with the tunnel should require a security token from clients and make sure it matches the tunnel's token.

See Also