CookieCredentials Class
Represents an object that contains the credentials used to connect to federated search locations that are configured to use cookie-based authentication.
Inheritance Hierarchy
System.Object
System.Net.NetworkCredential
Microsoft.Office.Server.Search.Query.CookieCredentials
Microsoft.Office.Server.Search.Query.FormsCredentials
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Class CookieCredentials _
Inherits NetworkCredential
'Usage
Dim instance As CookieCredentials
public class CookieCredentials : NetworkCredential
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.