Web.HTTPApp.TCustomWebAuthenticator.DoAuthenticate

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

Delphi

procedure DoAuthenticate(Request: TWebRequest; const UserName, Password: string;
var Roles: string; var Success: Boolean); virtual;

C++

virtual void __fastcall DoAuthenticate(TWebRequest* Request, const System::UnicodeString UserName, const System::UnicodeString Password, System::UnicodeString &Roles, bool &Success);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebAuthenticator

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。