Partager via


Méthode IAuthenticationManager.SignOut

Gère le processus de déconnexion après l'authentification.

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

Syntaxe

'Déclaration
Sub SignOut ( _
    ParamArray authenticationTypes As String() _
)
'Utilisation
Dim instance As IAuthenticationManager 
Dim authenticationTypes As String()

instance.SignOut(authenticationTypes)
void SignOut(
    params string[] authenticationTypes
)
void SignOut(
    ... array<String^>^ authenticationTypes
)
abstract SignOut : 
        authenticationTypes:string[] -> unit
function SignOut(
    ... authenticationTypes : String[]
)

Paramètres

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

Voir aussi

Référence

IAuthenticationManager Interface

Espace de noms Microsoft.Owin.Security