TicketReceivedContext Class

Provides context information to middleware providers.

Namespace
Microsoft.AspNetCore.Authentication
Assemblies
  • Microsoft.AspNetCore.Authentication

Syntax

public class TicketReceivedContext : BaseControlContext
class Microsoft.AspNetCore.Authentication.TicketReceivedContext

Constructors

TicketReceivedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions, Microsoft.AspNetCore.Authentication.AuthenticationTicket)
public TicketReceivedContext(HttpContext context, RemoteAuthenticationOptions options, AuthenticationTicket ticket)

Properties

Microsoft.AspNetCore.Authentication.TicketReceivedContext.Options
Return type:Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions
public RemoteAuthenticationOptions Options { get; set; }
Microsoft.AspNetCore.Authentication.TicketReceivedContext.Principal
Return type:System.Security.Claims.ClaimsPrincipal
public ClaimsPrincipal Principal { get; set; }
Microsoft.AspNetCore.Authentication.TicketReceivedContext.Properties
Return type:Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
public AuthenticationProperties Properties { get; set; }
Microsoft.AspNetCore.Authentication.TicketReceivedContext.ReturnUri
Return type:System.String
public string ReturnUri { get; set; }