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

Gets or sets the input values for the forms authentication logon page, stored as encrypted text.

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

语法

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

value = instance.SecurePairs

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

属性值

A dictionary of System.Security.SecureString values that represent the logon input.

另请参阅

参考

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