NegotiateEvents.Authenticated(AuthenticatedContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after the authentication is complete and a ClaimsIdentity has been generated.
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
Parameters
- context
- AuthenticatedContext