NegotiateEvents.Authenticated(AuthenticatedContext) 메서드

정의

인증이 완료되고 ClaimsIdentity가 생성된 후에 호출됩니다.

public:
 virtual System::Threading::Tasks::Task ^ Authenticated(Microsoft::AspNetCore::Authentication::Negotiate::AuthenticatedContext ^ context);
public virtual System.Threading.Tasks.Task Authenticated (Microsoft.AspNetCore.Authentication.Negotiate.AuthenticatedContext context);
abstract member Authenticated : Microsoft.AspNetCore.Authentication.Negotiate.AuthenticatedContext -> System.Threading.Tasks.Task
override this.Authenticated : Microsoft.AspNetCore.Authentication.Negotiate.AuthenticatedContext -> System.Threading.Tasks.Task
Public Overridable Function Authenticated (context As AuthenticatedContext) As Task

매개 변수

반환

적용 대상