AuthenticationTicket Constructor (ClaimsIdentity, AuthenticationProperties)
Initializes a new instance of the AuthenticationTicket class
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationTicket(
ClaimsIdentity identity,
AuthenticationProperties properties
)
public:
AuthenticationTicket(
ClaimsIdentity^ identity,
AuthenticationProperties^ properties
)
new :
identity:ClaimsIdentity *
properties:AuthenticationProperties -> AuthenticationTicket
Public Sub New (
identity As ClaimsIdentity,
properties As AuthenticationProperties
)
Parameters
- identity
Type: System.Security.Claims.ClaimsIdentity
- properties
Type: Microsoft.Owin.Security.AuthenticationProperties
See Also
AuthenticationTicket Class
Microsoft.Owin.Security Namespace
Return to top