SecurityBindingElement.CreateUserNameOverTransportBindingElement メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ バインド要素を作成し、SOAP メッセージの一部として送信されるユーザー名とパスワードに基づくクライアント認証を行うように構成します。 このバインド要素では、トランスポートはサーバー認証だけでなく、メッセージ保護 (たとえば HTTPS) も提供する必要があります。
public:
static System::ServiceModel::Channels::TransportSecurityBindingElement ^ CreateUserNameOverTransportBindingElement();
public static System.ServiceModel.Channels.TransportSecurityBindingElement CreateUserNameOverTransportBindingElement ();
static member CreateUserNameOverTransportBindingElement : unit -> System.ServiceModel.Channels.TransportSecurityBindingElement
Public Shared Function CreateUserNameOverTransportBindingElement () As TransportSecurityBindingElement
戻り値
TransportSecurityBindingElement オブジェクト。
注釈
作成されたバインディングでは、IncludeTimestamp が true
に設定されています。 LocalClientSecuritySettings から返される LocalClientSettings オブジェクトでは、DetectReplays プロパティが false
に設定されています。
LocalServiceSecuritySettings から返される LocalServiceSettings オブジェクトでは、DetectReplays プロパティが false
に設定されています。