SecurityElementBase.AllowInsecureTransport Property

Definition

Gets or sets a value that indicates whether unsecured transport is permitted.

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

Property Value

true if unsecured transport is permitted; otherwise, false.

Attributes

Applies to