FormsAuthCredentials, classe (Microsoft.Office.Server.Search.Administration)
Represents an object that contains the forms authentication credentials for connecting to federated search locations.
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 FormsAuthCredentials
Inherits SecurableAuthData
'Utilisation
Dim instance As FormsAuthCredentials
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public sealed class FormsAuthCredentials : SecurableAuthData
Remarques
There are two classes that you can use to represent forms authentication data for federated search locations:
FormsAuthCredentials: Use this class when you programmatically configure federated locations.
FormsCredentials: 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.SecurableAuthData
Microsoft.Office.Server.Search.Administration.FormsAuthCredentials
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 FormsAuthCredentials
Microsoft.Office.Server.Search.Administration, espace de noms