Datasnap.DSHTTP.TCustomDSRESTServerTransport.AuthenticationManager

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

Delphi

property AuthenticationManager: TDSCustomAuthenticationManager read GetAuthenticationManager  write SetAuthenticationManager;

C++

__property Datasnap::Dsauth::TDSCustomAuthenticationManager* AuthenticationManager = {read=GetAuthenticationManager, write=SetAuthenticationManager};

プロパティ

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


説明

現在の TCustomDSRESTServerTransport の認証マネージャを示します。

AuthenticationManager プロパティを使用すると、現在の TCustomDSRESTServerTransportTDSCustomAuthenticationManager を指定できます。

関連項目