AuthenticationData - Classe

Fournit la classe de base pour les objets contenant les données d'authentification utilisé pour se connecter à des emplacements de recherche fédérée.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

AuthenticationData - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms

Autres ressources

Federated Search Overview

Getting Started with the Enterprise Search Administration Object Model