Datasnap.DSSession.TDSAuthSession.FAuthManager

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSAuthSession

Delphi

FAuthManager : TDSCustomAuthenticationManager;

C++

Datasnap::Dsauth::TDSCustomAuthenticationManager* FAuthManager;

Description

Authentication manager held by this DataSnap session.

FAuthManager is a protected field that specifies the authentication manager held by this DataSnap session. When you read the AuthManager property, you obtain the value stored in the FAuthManager field.

See Also