RequestContext.AuthenticationChallenges Proprietà

Definizione

Il problema di autenticazione che verrà aggiunto alla risposta se il codice di stato è 401. Deve trattarsi di un subset di AuthenticationSchemes abilitato nel server.

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

Valore della proprietà

Si applica a