Partager via


CookieCredentials, constructeur (CookieCollection) (Microsoft.Office.Server.Search.Federation)

Initializes a new instance of the CookieCredentials class with the specified authentication cookies.

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 ( _
    cookies As CookieCollection _
)
'Utilisation
Dim cookies As CookieCollection

Dim instance As New CookieCredentials(cookies)
public CookieCredentials (
    CookieCollection cookies
)

Paramètres

  • cookies
    A System.Net.CookieCollection object that contains the collection of authentication cookies 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é