Freigeben über


AuthenticateResult.Success(AuthenticationTicket) Methode

Definition

Gibt an, dass die Authentifizierung erfolgreich war.

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

Parameter

ticket
AuthenticationTicket

Das Ticket, das das Authentifizierungsergebnis darstellt.

Gibt zurück

Das Ergebnis.

Gilt für: