Datasnap.DSSession.TDSAuthSession.FAuthManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAuthManager : TDSCustomAuthenticationManager;

C++

Datasnap::Dsauth::TDSCustomAuthenticationManager* FAuthManager;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSAuthSession

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