RequestContext.AuthenticationChallenges Vlastnost

Definice

Výzvy k ověření, které se přidají do odpovědi, pokud je stavový kód 401. Tato možnost musí být podmnožinou schémata AuthenticationSchemes povoleného na serveru.

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

Hodnota vlastnosti

AuthenticationSchemes

Platí pro