AuthenticationResponseGrant Constructor (ClaimsIdentity, AuthenticationProperties)
Initializes a new instance of the AuthenticationResponseGrant class.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.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 AuthenticationResponseGrant(identity, _
properties)
public AuthenticationResponseGrant(
ClaimsIdentity identity,
AuthenticationProperties properties
)
public:
AuthenticationResponseGrant(
ClaimsIdentity^ identity,
AuthenticationProperties^ properties
)
new :
identity:ClaimsIdentity *
properties:AuthenticationProperties -> AuthenticationResponseGrant
public function AuthenticationResponseGrant(
identity : ClaimsIdentity,
properties : AuthenticationProperties
)
Parameters
- identity
Type: ClaimsIdentity
- properties
Type: Microsoft.Owin.Security.AuthenticationProperties
See Also
Reference
AuthenticationResponseGrant Class