This topic has not yet been rated - Rate this topic

CookieCredentials 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.

  NameDescription
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
  NameDescription
Public property Cookies Gets or sets the collection of authentication cookies.
Public property Domain (Inherited from NetworkCredential.)
Public property ErrorPage Gets or sets the URL for the error page.
Public property Password (Inherited from NetworkCredential.)
Public property SecurePassword (Inherited from NetworkCredential.)
Public property UserName (Inherited from NetworkCredential.)
Top
  NameDescription
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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.