Datasnap.DSServer.TDSCallbackTunnel.SecurityToken

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnel

Delphi

property SecurityToken: string read FSecurityToken write FSecurityToken;

C++

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

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