Share via


HandleRequestResult.Success(AuthenticationTicket) Methode

Definition

Gibt an, dass die Authentifizierung erfolgreich war.

public:
 static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Success(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Success (Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
static member Success : Microsoft.AspNetCore.Authentication.AuthenticationTicket -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Success (ticket As AuthenticationTicket) As HandleRequestResult

Parameter

ticket
AuthenticationTicket

Das Ticket, das das Authentifizierungsergebnis darstellt.

Gibt zurück

Das Ergebnis.

Gilt für: