AccountAuthCredentials class

Represents an object that contains the credentials used to connect to a federated search location.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.AuthenticationData
    Microsoft.Office.Server.Search.Administration.AccountAuthCredentials

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

Syntax

'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class AccountAuthCredentials _
    Inherits AuthenticationData
'Usage
Dim instance As AccountAuthCredentials
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class AccountAuthCredentials : AuthenticationData

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AccountAuthCredentials members

Microsoft.Office.Server.Search.Administration namespace

LocationConfiguration

Other resources

Federated Search Overview [Enterprise Search]