Compartir a través de


RequestContext.AuthenticationChallenges Propiedad

Definición

Desafíos de autenticación que se agregarán a la respuesta si el código de estado es 401. Debe ser un subconjunto de AuthenticationSchemes habilitado en el 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 de propiedad

Se aplica a