SecurityElementBase.AllowInsecureTransport Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob ungesicherter Transport zulässig 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

truewenn ungesicherter Transport erlaubt ist; andernfalls . false

Attribute

Gilt für: