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 | ||
Domain | (Inherited from NetworkCredential.) | |
ErrorPage | Initializes a new instance of the CookieCredentials class with the specified cookie-based logon error page URL. | |
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