Partager via


Constructeur AuthenticationResponseGrant (ClaimsIdentity, AuthenticationProperties)

Initialise une nouvelle instance de la classe AuthenticationResponseGrant.

Espace de noms :  Microsoft.Owin.Security
Assembly :  Microsoft.Owin (en Microsoft.Owin.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    identity As ClaimsIdentity, _
    properties As AuthenticationProperties _
)
'Utilisation
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
)

Paramètres

  • identity
    Type : ClaimsIdentity
    L'identité de cette authentification.

Voir aussi

Référence

AuthenticationResponseGrant Classe

Surcharge AuthenticationResponseGrant

Espace de noms Microsoft.Owin.Security