FormsCredentials.Pairs, propriété (Microsoft.Office.Server.Search.Federation)
Gets or sets the input values for the forms authentication logon page.
Espace de noms : Microsoft.Office.Server.Search.Federation
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property Pairs As Dictionary(Of String, String)
'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 la propriété
A collection of string values that reprepresent the logon input.
Voir aussi
Référence
FormsCredentials, classe
Membres FormsCredentials
Microsoft.Office.Server.Search.Federation, espace de noms