CookieAuthData, classe (Microsoft.Office.Server.Search.Administration)
Represents an object that contains authentication data used to connect to federated search locations that are configured to use cookie-based authentication.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class CookieAuthData
Inherits AuthenticationData
'Utilisation
Dim instance As CookieAuthData
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public sealed class CookieAuthData : AuthenticationData
Remarques
There are two classes that you can use to represent cookie-based authentication data for federated search locations:
CookieAuthData: Use this class when you programmatically configure federated locations.
CookieCredentials: Use this class in custom federated results Web Parts, when specifying credentials for federated locations that are configured for per user cookie-based authentication. For more information, see Création d'un composant WebPart personnalisé de recherche fédérée avec une interface utilisateur informations d'identification.
Hiérarchie d'héritage
System.Object
Microsoft.Office.Server.Search.Administration.AuthenticationData
Microsoft.Office.Server.Search.Administration.CookieAuthData
Sécurité des threads
Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.
Voir aussi
Référence
Membres CookieAuthData
Microsoft.Office.Server.Search.Administration, espace de noms
CookieCredentials
FormsAuthCredentials