Compartilhar via


Response.AuthenticationChallenges Propriedade

Definição

Os desafios de autenticação que serão adicionados à resposta se o código status for 401. Esse deve ser um subconjunto dos AuthenticationSchemes habilitados no servidor.

public:
 property Microsoft::Net::Http::Server::AuthenticationSchemes AuthenticationChallenges { Microsoft::Net::Http::Server::AuthenticationSchemes get(); void set(Microsoft::Net::Http::Server::AuthenticationSchemes value); };
public Microsoft.Net.Http.Server.AuthenticationSchemes AuthenticationChallenges { get; set; }
member this.AuthenticationChallenges : Microsoft.Net.Http.Server.AuthenticationSchemes with get, set
Public Property AuthenticationChallenges As AuthenticationSchemes

Valor da propriedade

Aplica-se a