Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough

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

Delphi

property CredentialsPassThrough: Boolean read GetCredentialsPassThrough write SetCredentialsPassThrough default False;

C++

__property bool CredentialsPassThrough = {read=GetCredentialsPassThrough, write=SetCredentialsPassThrough, default=0};

プロパティ

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


説明

ユーザーの資格情報がエンドポイントで認証されているかどうかを示します。

CredentialsPassThrough プロパティは、ユーザーの資格情報がエンドポイントで認証されているかどうか、つまり、リモートの DataSnap インスタンスを通過しているかを示します。CredentialsPassThrough は、資格情報が認証されていれば True に、されていなければ False に設定されます。

関連項目