SecurityBindingElement.AllowInsecureTransport Proprietà

Definizione

Ottiene o imposta un valore che indica se i messaggi protetti in modalità mista possono essere inviati tramite un trasporto non protetto, ad esempio 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 i messaggi protetti in modalità mista possono essere inviati tramite un trasporto non protetto; in caso contrario, false. Il valore predefinito è false.

Si applica a