AuthenticationTicket Constructor

Initializes a new instance of the AuthenticationTicket class

Namespace:  Microsoft.Owin.Security
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Sub New ( _
    identity As ClaimsIdentity, _
    properties As AuthenticationProperties _
)
'Usage
Dim identity As ClaimsIdentity 
Dim properties As AuthenticationProperties 

Dim instance As New AuthenticationTicket(identity, _
    properties)
public AuthenticationTicket(
    ClaimsIdentity identity,
    AuthenticationProperties properties
)
public:
AuthenticationTicket(
    ClaimsIdentity^ identity, 
    AuthenticationProperties^ properties
)
new : 
        identity:ClaimsIdentity * 
        properties:AuthenticationProperties -> AuthenticationTicket
public function AuthenticationTicket(
    identity : ClaimsIdentity, 
    properties : AuthenticationProperties
)

Parameters

  • identity
    Type: ClaimsIdentity

See Also

Reference

AuthenticationTicket Class

Microsoft.Owin.Security Namespace