Propriété AuthenticationOptions.AuthenticationType

L'AuthenticationType dans les options correspond à la propriété IIdentity AuthenticationType. Une valeur différente peut être attribuée afin d'utiliser le même type d'intergiciel (middleware) d'authentification plus d'une fois dans un pipeline.

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

Syntaxe

'Déclaration
Public Property AuthenticationType As String 
    Get 
    Set
'Utilisation
Dim instance As AuthenticationOptions 
Dim value As String 

value = instance.AuthenticationType

instance.AuthenticationType = value
public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
    String^ get ();
    void set (String^ value);
}
member AuthenticationType : string with get, set
function get AuthenticationType () : String 
function set AuthenticationType (value : String)

Valeur de propriété

Type : System.String
Le type d'authentification.

Voir aussi

Référence

AuthenticationOptions Classe

Espace de noms Microsoft.Owin.Security