SecurityBindingElement.EnableUnsecuredResponse 属性
定义
获取或设置一个值,该值指示 WCF 是否能发送和接收对安全请求的不安全响应。Gets or sets a value that indicates whether WCF can send and receive unsecured responses to secured requests.
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
属性值
true 如果 WCF 可以发送和接收对安全请求的不安全响应,则为;否则为 false 。true if WCF can send and receive unsecured responses to secured requests; otherwise, false. 默认值为 false。The default is false.