FormsCredentials 构造函数 (String, 泛型 ) (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.

命名空间: Microsoft.Office.Server.Search.Federation
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Sub New ( _
    formsPage As String, _
    pairs As Dictionary(Of String, String) _
)
用法
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
)

参数

  • formsPage
    A string containing the logon page URL.
  • pairs
    A name/value collection of inputs for the logon page.

另请参阅

参考

FormsCredentials 类
FormsCredentials 成员
Microsoft.Office.Server.Search.Federation 命名空间