WebHttpSecurityElement.Transport プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HTTP 要求を受信するように構成されたサービス エンドポイントのトランスポート レベルのセキュリティ設定を示す XML 要素を取得します。
public:
property System::ServiceModel::Configuration::HttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::HttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.HttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.HttpTransportSecurityElement
Public ReadOnly Property Transport As HttpTransportSecurityElement
プロパティ値
トランスポート レベルのセキュリティ設定を指定する WebHttpSecurityElement。 既定値の設定は、ClientCredentialType が None、ProxyCredentialType が None、および Realm = "" です。
- 属性
注釈
このプロパティによって返される WebHttpSecurityElement オブジェクトを使用して、トランスポート セキュリティのパラメーターを設定します。 WebHttpSecurityMode は、Transport プロパティで指定される設定に対して TransportCredentialOnly または Transport 値に設定して、サービス エンドポイントで有効にする必要があります。 この値は、構成または WebHttpBinding(WebHttpSecurityMode) コンストラクターで設定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET