FormsAuthenticationLoginInfo Members
Include Protected Members
Include Inherited Members
Represents the login information that is used when the user logs on to a SharePoint Web application using ASP.NET forms authentication.
The FormsAuthenticationLoginInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormsAuthenticationLoginInfo() | Initializes a new instance of the FormsAuthenticationLoginInfo class. | |
FormsAuthenticationLoginInfo(String, String) | Initializes a new instance of the FormsAuthenticationLoginInfo class with the specified user login name and password. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationServiceUrl | Gets or sets the Uri object that represents the URL of the authentication Web service. | |
LoginName | Gets or sets the user login name. | |
Password | Gets or sets the user password. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top