API:Datasnap.DSHTTP.TDSHTTPServerTransport.CredentialsPassThrough

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

Delphi

property CredentialsPassThrough: Boolean read GetCredentialsPassThrough write SetCredentialsPassThrough default 0;

C++

__property CredentialsPassThrough = {default=0};

プロパティ

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

説明

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

Datasnap.DSHTTP.TDSHTTPServerTransport.CredentialsPassThrough は Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough を継承しています。以下の内容はすべて Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CredentialsPassThrough を参照しています。

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

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

関連項目