Form authentication settings to use to connect to a web site that uses HTTP GET or POST requests for authentication.
public FormAuthenticationInfo FormAuthentication;
Public FormAuthentication As FormAuthenticationInfo
Whether the request is a POST request or a GET request, the form authentication data must be formatted as a set of name=value pairs, separated by &, like this: user=example&password=secret
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|