Partager via


Constructeur AuthenticationResponseRevoke

Initialise une nouvelle instance de la classe AuthenticationResponseRevoke.

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

Syntaxe

'Déclaration
Public Sub New ( _
    authenticationTypes As String() _
)
'Utilisation
Dim authenticationTypes As String()

Dim instance As New AuthenticationResponseRevoke(authenticationTypes)
public AuthenticationResponseRevoke(
    string[] authenticationTypes
)
public:
AuthenticationResponseRevoke(
    array<String^>^ authenticationTypes
)
new : 
        authenticationTypes:string[] -> AuthenticationResponseRevoke
public function AuthenticationResponseRevoke(
    authenticationTypes : String[]
)

Paramètres

  • authenticationTypes
    Type : System.String[]
    Types d'authentification.

Voir aussi

Référence

AuthenticationResponseRevoke Classe

Espace de noms Microsoft.Owin.Security