WebServiceEndpoint.Security プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインディングで使用されるセキュリティ設定を取得します。
public:
property System::ServiceModel::WebHttpSecurity ^ Security { System::ServiceModel::WebHttpSecurity ^ get(); };
public System.ServiceModel.WebHttpSecurity Security { get; }
member this.Security : System.ServiceModel.WebHttpSecurity
Public ReadOnly Property Security As WebHttpSecurity
プロパティ値
このバインディングで使用される WebHttpSecurity。 既定値は None です。
注釈
既定以外の種類のセキュリティを使用するには、WebHttpBinding(WebHttpSecurityMode) コンストラクターを使用します。
注意
このプロパティを TransportCredentialOnly に設定し、HTTP を使用している場合は、プレーンテキストによる資格情報がネットワーク経由で送信されます。