FormsCredentials, constructeur (String, Générique ) (Microsoft.Office.Server.Search.Federation)
Initializes a new instance of the FormsCredentials class with the logon page URL and a dictionary object containing the input values passed in the logon request.
Espace de noms : Microsoft.Office.Server.Search.Federation
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
formsPage As String, _
pairs As Dictionary(Of String, String) _
)
'Utilisation
Dim formsPage As String
Dim pairs As Dictionary(Of String, String)
Dim instance As New FormsCredentials(formsPage, pairs)
public FormsCredentials (
string formsPage,
Dictionary<string,string> pairs
)
Paramètres
- formsPage
A string containing the logon page URL.
- pairs
A name/value collection of inputs for the logon page.
Voir aussi
Référence
FormsCredentials, classe
Membres FormsCredentials
Microsoft.Office.Server.Search.Federation, espace de noms