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

适用于