Partager via


FormsIdentity.AuthenticationType Propriété

Définition

Obtient le type de l'identité authentifiée.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public override string AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String
Public Overrides ReadOnly Property AuthenticationType As String

Valeur de propriété

String

Type de l'identité authentifiée. Cette propriété retourne toujours "Forms".

Implémente

S’applique à

Voir aussi