FormsAuthenticationLoginInfo Constructor (String, String)

Initializes a new instance of the FormsAuthenticationLoginInfo class with the specified user login name and password.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    loginName As String, _
    password As String _
)
'Usage
Dim loginName As String
Dim password As String

Dim instance As New FormsAuthenticationLoginInfo(loginName, _
    password)
public FormsAuthenticationLoginInfo(
    string loginName,
    string password
)

Parameters

See Also

Reference

FormsAuthenticationLoginInfo Class

FormsAuthenticationLoginInfo Members

FormsAuthenticationLoginInfo Overload

Microsoft.SharePoint.Client Namespace