AuthenticationData class
SharePoint 2013
Provides the base class for the objects containing the authentication data that is used to connect to federated search locations.
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
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)
[KnownTypeAttribute(typeof(AccountAuthCredentials))] [DataContractAttribute] [KnownTypeAttribute(typeof(SsoAuthData))] [KnownTypeAttribute(typeof(FormsAuthCredentials))] [KnownTypeAttribute(typeof(CookieAuthData))] [KnownTypeAttribute(typeof(SecurableAuthData))] [SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)] public abstract class AuthenticationData
Show: