Aracılığıyla paylaş


HandleRequestResult.Success(AuthenticationTicket) Yöntem

Tanım

Kimlik doğrulamasının başarılı olduğunu gösterir.

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

Parametreler

ticket
AuthenticationTicket

Kimlik doğrulama sonucunu temsil eden bilet.

Döndürülenler

Sonuç.

Şunlara uygulanır