Partage via


SecurityElementBase.AllowInsecureTransport Propriété

Définition

Obtient ou définit une valeur qui indique si le transport non sécurisé est autorisé.

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

Valeur de propriété

Boolean

true si le transport non sécurisé est autorisé ; sinon false.

Attributs

S’applique à