Freigeben über


AuthenticationData-Klasse

Stellt die Basisklasse für die Objekte mit den Authentifizierungsdaten, die zum Herstellen von föderierte Suche verwendet wird.

Vererbungshierarchie

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
<KnownTypeAttribute(GetType(AccountAuthCredentials))> _
<DataContractAttribute> _
<KnownTypeAttribute(GetType(SsoAuthData))> _
<KnownTypeAttribute(GetType(FormsAuthCredentials))> _
<KnownTypeAttribute(GetType(CookieAuthData))> _
<KnownTypeAttribute(GetType(SecurableAuthData))> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class AuthenticationData
'Usage
Dim instance As AuthenticationData
[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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

AuthenticationData-Member

Microsoft.Office.Server.Search.Administration-Namespace

Weitere Ressourcen

Federated Search Overview

Getting Started with the Enterprise Search Administration Object Model