CookieCredentials, constructeur (Cookie) (Microsoft.Office.Server.Search.Federation)
Initializes a new instance of the CookieCredentials class that contains the specified authentication cookie.
Espace de noms : Microsoft.Office.Server.Search.Federation
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
cookie As Cookie _
)
'Utilisation
Dim cookie As Cookie
Dim instance As New CookieCredentials(cookie)
public CookieCredentials (
Cookie cookie
)
Paramètres
- cookie
A System.Net.Cookie object that represents the authentication cookie for the connection to the federated location.
Voir aussi
Référence
CookieCredentials, classe
Membres CookieCredentials
Microsoft.Office.Server.Search.Federation, espace de noms
CookieAuthdata
FormsCredentials
Autres ressources
Vue d'ensemble de la recherche fédérée
Exemple de composant WebPart pour la recherche fédérée personnalisé