Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.AuthenticationTicket- Contains the initial values for identity and extra data. 
See Also
CookieValidateIdentityContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top