SecurityBindingElement.EnableUnsecuredResponse 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 WCF 是否能发送和接收对安全请求的不安全响应。
public:
 property bool EnableUnsecuredResponse { bool get(); void set(bool value); };public bool EnableUnsecuredResponse { get; set; }member this.EnableUnsecuredResponse : bool with get, setPublic Property EnableUnsecuredResponse As Boolean属性值
true 如果 WCF 可以发送和接收对受保护请求的不安全响应,则为否则,为 false. 默认值为 false。