Freigeben über


SecurityElementBase.AllowInsecureTransport Eigenschaft

Definition

Ruft einen Wert ab bzw. legt diesen fest, der angibt, ob ungesicherter Transport erlaubt ist.

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

Eigenschaftswert

Boolean

true, wenn ungesicherter Transport zulässig ist, andernfalls false.

Attribute

Gilt für