Condividi tramite


ChallengeContext Classe

Definizione

Stato per l'evento Challenge.

public ref class ChallengeContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Negotiate::NegotiateOptions ^>
public class ChallengeContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions>
type ChallengeContext = class
    inherit PropertiesContext<NegotiateOptions>
Public Class ChallengeContext
Inherits PropertiesContext(Of NegotiateOptions)
Ereditarietà

Costruttori

ChallengeContext(HttpContext, AuthenticationScheme, NegotiateOptions, AuthenticationProperties)

Crea un nuovo oggetto ChallengeContext.

Proprietà

Handled

Ottiene un valore che determina se questa richiesta è stata gestita. Se true, ignorerà qualsiasi logica predefinita per questa sfida.

HttpContext

Contesto.

(Ereditato da BaseContext<TOptions>)
Options

Ottiene le opzioni di autenticazione associate allo schema.

(Ereditato da BaseContext<TOptions>)
Properties

Ottiene o imposta AuthenticationProperties.

(Ereditato da PropertiesContext<TOptions>)
Request

Richiesta.

(Ereditato da BaseContext<TOptions>)
Response

Risposta.

(Ereditato da BaseContext<TOptions>)
Scheme

Schema di autenticazione.

(Ereditato da BaseContext<TOptions>)

Metodi

HandleResponse()

Ignora qualsiasi logica predefinita per questa sfida.

Si applica a