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
Public method FormsAuthenticationLoginInfo() Initializes a new instance of the FormsAuthenticationLoginInfo class.
Public method FormsAuthenticationLoginInfo(String, String) Initializes a new instance of the FormsAuthenticationLoginInfo class with the specified user login name and password.

Top

Properties

  Name Description
Public property AuthenticationServiceUrl Gets or sets the Uri object that represents the URL of the authentication Web service.
Public property LoginName Gets or sets the user login name.
Public property Password Gets or sets the user password.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FormsAuthenticationLoginInfo Class

Microsoft.SharePoint.Client Namespace