SecurableAuthData class

Represents an object that contains credentials used to connect to federated search locations. Provides the base class for the FormsAuthCredentials class.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.AuthenticationData
    Microsoft.Office.Server.Search.Administration.SecurableAuthData
      Microsoft.Office.Server.Search.Administration.FormsAuthCredentials

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 Class SecurableAuthData _
    Inherits AuthenticationData
'Usage
Dim instance As SecurableAuthData
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class SecurableAuthData : 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

SecurableAuthData members

Microsoft.Office.Server.Search.Administration namespace

Other resources

Federated Search Overview