FormsCredentials 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 forms authentication.
The FormsCredentials type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormsCredentials(String, Dictionary<String, String>) | Initializes a new instance of the FormsCredentials class with the logon page URL and a dictionary object containing the input values passed in the logon request. | |
FormsCredentials(String, String, Dictionary<String, String>, String, CookieCollection) | Initializes a new instance of the FormsCredentials class with the logon and error page URLs, and a dictionary object containing the logon page input, the request method, and the collection of authentication cookies for the forms authentication logon. | |
FormsCredentials(String, String, Dictionary<String, String>, Dictionary<String, SecureString>, String, CookieCollection) | Initializes a new instance of the FormsCredentials class with the logon and error page URLs, a dictionary object containing logon input stored as string values, a dictionary object containing logon input stored as System.Security.SecureStrings values, the request method, and the collection of authentication cookies for the forms authentication logon. |
Top
Properties
Name | Description | |
---|---|---|
Cookies | (Inherited from CookieCredentials.) | |
Domain | (Inherited from NetworkCredential.) | |
ErrorPage | Initializes a new instance of the CookieCredentials class with the specified cookie-based logon error page URL. (Inherited from CookieCredentials.) | |
FormsPage | Gets or sets the URL for the forms logon page. | |
Method | Gets or sets the request method for the forms authentication logon page. | |
Pairs | Gets or sets the input values for the forms authentication logon page. | |
Password | (Inherited from NetworkCredential.) | |
SecurePairs | Gets or sets the input values for the forms authentication logon page, stored as encrypted text. | |
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