Share via


SecurableAuthData.SecureableNameValuePairs property

Gets or sets the collection of name/value pairs, stored as System.Security.SecureString values, 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 SecureableNameValuePairs As IDictionary(Of String, SecureString)
    Get
    Set
'Usage
Dim instance As SecurableAuthData
Dim value As IDictionary(Of String, SecureString)

value = instance.SecureableNameValuePairs

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

Property value

Type: System.Collections.Generic.IDictionary<String, SecureString>
A dictionary object containing the logon input, stored as System.Security.SecureString values.

See also

Reference

SecurableAuthData class

SecurableAuthData members

Microsoft.Office.Server.Search.Administration namespace

Other resources

Federated Search Overview