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.

See also

Reference

CookieCredentials members

Microsoft.Office.Server.Search.Query namespace