Datasnap.DSSession.TDSAuthSession.AuthManager

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: TDSAuthSession

Delphi

property AuthManager: TDSCustomAuthenticationManager read FAuthManager;

C++

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

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