ScriptingAuthenticationServiceSection.RequireSSL Propriedade

Definição

Obtém ou define um valor que indica se o serviço de autenticação requer uma conexão protegida por SSL.Gets or sets a value that indicates whether the authentication service requires an SSL-secured connection.

public:
 property bool RequireSSL { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireSSL", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool RequireSSL { get; set; }
[<System.Configuration.ConfigurationProperty("requireSSL", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.RequireSSL : bool with get, set
Public Property RequireSSL As Boolean

Valor da propriedade

Boolean

true Se o serviço de autenticação exigir protocolo SSL (SSL); caso contrário, false .true if the authentication service requires Secure Sockets Layer (SSL); otherwise, false. O padrão é false.The default is false.

Atributos

Aplica-se a