WSDualHttpSecurityElement.Mode 属性

定义

获取或设置应用于此绑定的安全类型。Gets or sets the type of security that is applied to this binding.

public:
 property System::ServiceModel::WSDualHttpSecurityMode Mode { System::ServiceModel::WSDualHttpSecurityMode get(); void set(System::ServiceModel::WSDualHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.WSDualHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Mode : System.ServiceModel.WSDualHttpSecurityMode with get, set
Public Property Mode As WSDualHttpSecurityMode

属性值

WSDualHttpSecurityMode

一个 WSDualHttpSecurityMode,指定应用于此绑定的安全类型。默认值为 MessageA WSDualHttpSecurityMode that specifies the type of security that is applied to this binding The default value is Message.

属性

适用于