FormsCredentials.SecurePairs 属性

获取或设置窗体身份验证登录页,存储为加密文本的输入的值。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

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

value = instance.SecurePairs

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

属性值

类型:System.Collections.Generic.Dictionary<String, SecureString>
它表示登录输入值的字典。

另请参阅

引用

FormsCredentials 类

FormsCredentials 成员

Microsoft.Office.Server.Search.Query 命名空间