AuthenticateResult.Success(AuthenticationTicket) 方法

定义

指示身份验证成功。

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

参数

ticket
AuthenticationTicket

表示身份验证结果的票证。

返回

结果。

适用于