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

適用於