SecurityBindingElement.AllowInsecureTransport 属性

定义

获取或设置一个值,该值指示是否可以通过不安全的传输(如 HTTP)发送混合模式安全消息。

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

属性值

true 如果可以通过不安全的传输发送混合模式安全消息,则为 ;否则,为 false. 默认值为 false

适用于