Datasnap.DSSession.TDSAuthSession.AuthManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthManager: TDSCustomAuthenticationManager read FAuthManager;

C++

__property Datasnap::Dsauth::TDSCustomAuthenticationManager* AuthManager = {read=FAuthManager};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSAuthSession

Description

Specifies the authentication manager held by this DataSnap session.

The AuthManager property specifies the authentication manager held by this DataSnap session. AuthManager is used for user (role) authorization.

See Also