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

説明

ユーザー認証情報が、エンドポイントで認証されたかどうかを示します。

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

メモ: CredentialsPassThrough は、DBX 接続を使用したトンネリングをしている場合には、適用されません。しかしながら、REST 接続を使用している場合には、CredentialsPassThrough は適用されます。

メモ: HTTP ヘッダー内のユーザーおよびパスワード、もしくはどちらかを、DBX 接続文字列内の認証情報に追加して送信することができます。

関連項目