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 | |
---|---|---|
![]() |
CookieCredentials() | Initializes a new instance of the CookieCredentials class. |
![]() |
CookieCredentials(Cookie) | Initializes a new instance of the CookieCredentials class that contains the specified authentication cookie. |
![]() |
CookieCredentials(CookieCollection) | Initializes a new instance of the CookieCredentials class with the specified authentication cookies. |
![]() |
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 | |
---|---|---|
![]() |
Cookies | Gets or sets the collection of authentication cookies. |
![]() |
Domain | (Inherited from NetworkCredential.) |
![]() |
ErrorPage | Gets or sets the URL for the error page. |
![]() |
Password | (Inherited from NetworkCredential.) |
![]() |
UserName | (Inherited from NetworkCredential.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCredential(Uri, String) | (Inherited from NetworkCredential.) |
![]() |
GetCredential(String, Int32, String) | (Inherited from NetworkCredential.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top