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

属性值

Boolean

如果允许不安全的传输,则为 true;否则为 false

属性

适用于