WSDualHttpSecurityElement.Mode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインディングに適用されるセキュリティの種類を取得または設定します。
public:
property System::ServiceModel::WSDualHttpSecurityMode Mode { System::ServiceModel::WSDualHttpSecurityMode get(); void set(System::ServiceModel::WSDualHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WSDualHttpSecurityMode.Message)]
public System.ServiceModel.WSDualHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WSDualHttpSecurityMode.Message)>]
member this.Mode : System.ServiceModel.WSDualHttpSecurityMode with get, set
Public Property Mode As WSDualHttpSecurityMode
プロパティ値
このバインディングに適用されるセキュリティの種類を指定する WSDualHttpSecurityMode。デフォルト値は Message です。
- 属性