Compartir vía


SecurityElementBase.AllowInsecureTransport Propiedad

Definición

Obtiene o establece un valor que indica si se permite el transporte no seguro.

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

Valor de propiedad

Boolean

true si se permite el transporte no seguras; en caso contrario, false.

Atributos

Se aplica a