Share via


SecurableAuthData.NameValuePairs Property

Gets or sets the collection of name/value pairs representing the logon input.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property NameValuePairs As IDictionary(Of String, String)
    Get
    Set
'Usage
Dim instance As SecurableAuthData
Dim value As IDictionary(Of String, String)

value = instance.NameValuePairs

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

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
A dictionary object containing the logon input.

See Also

Reference

SecurableAuthData Class

SecurableAuthData Members

Microsoft.Office.Server.Search.Administration Namespace

Other Resources

Federated Search Overview