Partager via


Propriété AuthenticationResponseRevoke.AuthenticationTypes

Obtient ou définit les types d'authentification.

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

Syntaxe

'Déclaration
Public Property AuthenticationTypes As String()
    Get 
    Private Set
'Utilisation
Dim instance As AuthenticationResponseRevoke 
Dim value As String()

value = instance.AuthenticationTypes
public string[] AuthenticationTypes { get; private set; }
public:
property array<String^>^ AuthenticationTypes {
    array<String^>^ get ();
    private: void set (array<String^>^ value);
}
member AuthenticationTypes : string[] with get, private set
function get AuthenticationTypes () : String[]
private function set AuthenticationTypes (value : String[])

Valeur de propriété

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

Voir aussi

Référence

AuthenticationResponseRevoke Classe

Espace de noms Microsoft.Owin.Security