FormsCredentials.Pairs property
Obtém ou define os valores de entrada para a página de logon de autenticação de formulários.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Pairs As Dictionary(Of String, String)
Get
Set
'Uso
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, String)
value = instance.Pairs
instance.Pairs = value
public Dictionary<string, string> Pairs { get; set; }
Property value
Type: System.Collections.Generic.Dictionary<String, String>
Um dicionário de valores de seqüência de caracteres que representam a entrada de logon.