Datasnap.DSSession.TDSAuthSession.AuthManager
[–] 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.