SecurableAuthData.SecureableNameValuePairs 属性 (Microsoft.Office.Server.Search.Administration)

Gets or sets the collection of name/value pairs, stored as System.Security.SecureString values, representing the logon input.

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

语法

声明
Public Property SecureableNameValuePairs As IDictionary(Of String, SecureString)
用法
Dim instance As SecurableAuthData
Dim value As IDictionary(Of String, SecureString)

value = instance.SecureableNameValuePairs

instance.SecureableNameValuePairs = value
public IDictionary<string,SecureString> SecureableNameValuePairs { get; set; }

属性值

A dictionary object containing the logon input, stored as System.Security.SecureString values.

另请参阅

参考

SecurableAuthData 类
SecurableAuthData 成员
Microsoft.Office.Server.Search.Administration 命名空间

其他资源

联合搜索概述