Datasnap.DSSession.TDSTunnelService.DSAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DSAuthenticationManager: TDSCustomAuthenticationManager read FDSAuthenticationManager

C++

__property Datasnap::Dsauth::TDSCustomAuthenticationManager* DSAuthenticationManager = {read=FDSAuthenticationManager, write=FDSAuthenticationManager};

Description

Specifies the authentication manager to use with this tunnel service.

The DSAuthenticationManager property specifies the authentication manager to use with this tunnel service.

See Also