RemoteFailureContext Costruttore

Definizione

Inizializza una nuova istanza di RemoteFailureContext.

public:
 RemoteFailureContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::RemoteAuthenticationOptions ^ options, Exception ^ failure);
public RemoteFailureContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions options, Exception failure);
new Microsoft.AspNetCore.Authentication.RemoteFailureContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions * Exception -> Microsoft.AspNetCore.Authentication.RemoteFailureContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As RemoteAuthenticationOptions, failure As Exception)

Parametri

context
HttpContext

Oggetto HttpContext.

failure
Exception

Messaggio di errore descrittivo per l'errore.

Si applica a