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

인증 결과를 나타내는 티켓입니다.

반환

결과입니다.

적용 대상