Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetAuthenticationManager

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

Delphi

procedure SetAuthenticationManager(const AuthenticationManager: TDSCustomAuthenticationManager);

C++

void __fastcall SetAuthenticationManager(Datasnap::Dsauth::TDSCustomAuthenticationManager* const AuthenticationManager);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport


説明

AuthenticationManager プロパティの設定メソッドです。

SetAuthenticationManager を使用すると、TDSCustomAuthenticationManager をそれに相当する AuthenticationManager プロパティに設定することができます。

関連項目