WebHttpSecurity.Mode プロパティ

定義

WebHttpBinding を伴う HTTP 要求を受信するために構成されるエンドポイントによって使用されるセキュリティのモードを、取得または設定します。

public:
 property System::ServiceModel::WebHttpSecurityMode Mode { System::ServiceModel::WebHttpSecurityMode get(); void set(System::ServiceModel::WebHttpSecurityMode value); };
public System.ServiceModel.WebHttpSecurityMode Mode { get; set; }
member this.Mode : System.ServiceModel.WebHttpSecurityMode with get, set
Public Property Mode As WebHttpSecurityMode

プロパティ値

エンドポイントで、トランスポート レベルのセキュリティを使用するか、セキュリティを使用しないかを示す WebHttpSecurityMode の値。 既定値は None です。

例外

値が有効な WebHttpSecurityMode ではありません。

注釈

このプロパティは、Transport プロパティの設定が有効になるかどうかを決定します。

適用対象