共用方式為


SecurityElementBase.AllowInsecureTransport 屬性

定義

取得或設定值,指出是否允許不安全的傳輸。

public:
 property bool AllowInsecureTransport { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowInsecureTransport", DefaultValue=false)]
public bool AllowInsecureTransport { get; set; }
[<System.Configuration.ConfigurationProperty("allowInsecureTransport", DefaultValue=false)>]
member this.AllowInsecureTransport : bool with get, set
Public Property AllowInsecureTransport As Boolean

屬性值

如果允許不安全的傳輸,則為 true,否則為 false

屬性

適用於