Compartilhar via


SecurityElementBase.AllowInsecureTransport Propriedade

Definição

Obtém ou define um valor que indica se o transporte desprotegido é permitido.

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 da propriedade

Boolean

true se o transporte sem segurança for permitido; caso contrário, false .

Atributos

Aplica-se a