SecurityBindingElement.AllowInsecureTransport Property

Definition

Gets or sets a value that indicates whether mixed-mode secured messages can be sent over an unsecured transport such as 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

Property Value

true if mixed-mode secured messages can be sent over an unsecured transport; otherwise, false. The default is false.

Applies to