CookieCredentials Members

Include Protected Members
Include Inherited Members

Represents an object that contains the credentials used to connect to federated search locations that are configured to use cookie-based authentication.

The CookieCredentials type exposes the following members.

Constructors

  Name Description
Protected method CookieCredentials() Initializes a new instance of the CookieCredentials class.
Public method CookieCredentials(Cookie) Initializes a new instance of the CookieCredentials class that contains the specified authentication cookie.
Public method CookieCredentials(CookieCollection) Initializes a new instance of the CookieCredentials class with the specified authentication cookies.
Public method CookieCredentials(CookieContainer, Uri) Initializes a new instance of the CookieCredentials class that contains the specified authentication cookies and cookie-based logon error page URL.

Top

Properties

  Name Description
Public property Cookies
Public property Domain (Inherited from NetworkCredential.)
Public property ErrorPage Initializes a new instance of the CookieCredentials class with the specified cookie-based logon error page URL.
Public property Password (Inherited from NetworkCredential.)
Public property UserName (Inherited from NetworkCredential.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCredential(Uri, String) (Inherited from NetworkCredential.)
Public method GetCredential(String, Int32, String) (Inherited from NetworkCredential.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

CookieCredentials Class

Microsoft.Office.Server.Search.Federation Namespace