HttpTransportElement.UnsafeConnectionNtlmAuthentication Propriedade

Definição

Recebe ou define um valor que indica se a partilha de ligação insegura está ativada no servidor.

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

Valor de Propriedade

true se a partilha de ligação insegura estiver ativada; caso contrário, false. A predefinição é false.

Atributos

Observações

Se ativada, a autenticação NTLM é realizada uma vez em cada ligação TCP.

Aplica-se a