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

表示驗證結果的票證。

傳回

結果。

適用於