Datasnap.DSSession.TDSAuthSession.AuthManager

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AuthManager: TDSCustomAuthenticationManager read FAuthManager;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSAuthSession

説明

DataSnap セッションによって保持されている認証マネージャを示します。

AuthManager プロパティは、DataSnap セッションによって保持されている認証マネージャを示します。 AuthManager は、ユーザー(ロール)認証のために使用されます。

関連項目