AuthenticationData Class
Provides the base class for the objects containing the authentication data that is used to connect to federated search locations.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.AuthenticationData
Microsoft.Office.Server.Search.Administration.AccountAuthCredentials
Microsoft.Office.Server.Search.Administration.CookieAuthData
Microsoft.Office.Server.Search.Administration.SecurableAuthData
Microsoft.Office.Server.Search.Administration.SsoAuthData
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute> _
<KnownTypeAttribute(GetType(FormsAuthCredentials))> _
<KnownTypeAttribute(GetType(AccountAuthCredentials))> _
<KnownTypeAttribute(GetType(SecurableAuthData))> _
<KnownTypeAttribute(GetType(SsoAuthData))> _
<KnownTypeAttribute(GetType(CookieAuthData))> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class AuthenticationData
'Usage
Dim instance As AuthenticationData
[DataContractAttribute]
[KnownTypeAttribute(typeof(FormsAuthCredentials))]
[KnownTypeAttribute(typeof(AccountAuthCredentials))]
[KnownTypeAttribute(typeof(SecurableAuthData))]
[KnownTypeAttribute(typeof(SsoAuthData))]
[KnownTypeAttribute(typeof(CookieAuthData))]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public abstract class 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
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object Model