SecurityBindingElement.EnableUnsecuredResponse 属性

定义

获取或设置一个值,该值指示 WCF 是否能发送和接收对安全请求的不安全响应。

public:
 property bool EnableUnsecuredResponse { bool get(); void set(bool value); };
public bool EnableUnsecuredResponse { get; set; }
member this.EnableUnsecuredResponse : bool with get, set
Public Property EnableUnsecuredResponse As Boolean

属性值

Boolean

true 如果 WCF 可以发送和接收对受保护请求的不安全响应,则为否则,为 false. 默认值为 false

适用于