CookieValidateIdentityContext Constructor (IOwinContext, AuthenticationTicket, CookieAuthenticationOptions)
Creates a new instance of the context object.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public CookieValidateIdentityContext(
IOwinContext context,
AuthenticationTicket ticket,
CookieAuthenticationOptions options
)
public:
CookieValidateIdentityContext(
IOwinContext^ context,
AuthenticationTicket^ ticket,
CookieAuthenticationOptions^ options
)
new :
context:IOwinContext *
ticket:AuthenticationTicket *
options:CookieAuthenticationOptions -> CookieValidateIdentityContext
Public Sub New (
context As IOwinContext,
ticket As AuthenticationTicket,
options As CookieAuthenticationOptions
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
ticket
Type: Microsoft.Owin.Security.AuthenticationTicketContains the initial values for identity and extra data.
See Also
CookieValidateIdentityContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top