FormsCredentials.Pairs - Propriété
Obtient ou définit les valeurs d'entrée pour la page de connexion de l'authentification par formulaires.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property Pairs As Dictionary(Of String, String)
Get
Set
'Utilisation
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, String)
value = instance.Pairs
instance.Pairs = value
public Dictionary<string, string> Pairs { get; set; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, String>
Un dictionnaire de valeurs de chaîne qui représentent l'entrée d'ouverture de session.