SecurityBindingElement.AllowInsecureTransport Proprietà
Definizione
Ottiene o imposta un valore che indica se messaggi protetti in modalità mista possono essere inviati tramite un trasporto non sicuro quale HTTP.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
Valore della proprietà
true
se è possibile inviare messaggi protetti in modalità mista tramite un trasporto non sicuro; in caso contrario, false
.true
if mixed-mode secured messages can be sent over an unsecured transport; otherwise, false
. Il valore predefinito è false
.The default is false
.