FormsCredentials.Pairs 属性 (Microsoft.Office.Server.Search.Federation)

Gets or sets the input values for the forms authentication logon page.

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

语法

声明
Public Property Pairs As Dictionary(Of String, String)
用法
Dim instance As FormsCredentials
Dim value As Dictionary(Of String, String)

value = instance.Pairs

instance.Pairs = value
public Dictionary<string,string> Pairs { get; set; }

属性值

A collection of string values that reprepresent the logon input.

另请参阅

参考

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