FormsCredentials constructor

Initializes a new instance of the FormsCredentials class.

Overload list

  Name Description
Public method 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.
Public method 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.
Public method 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 SecureStrings values, the request method, and the collection of authentication cookies for the forms authentication logon.

Top

See also

Reference

FormsCredentials class

FormsCredentials members

Microsoft.Office.Server.Search.Query namespace