共用方式為


HandleRequestResult.Success(AuthenticationTicket) 方法

定義

表示驗證成功。

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

參數

ticket
AuthenticationTicket

代表驗證結果的票證。

傳回

結果。

適用於