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
loginName
Type: System.StringThe String object that represents the user login name.
password
Type: System.StringThe String object that represents the user password.
See also
Reference
FormsAuthenticationLoginInfo class
FormsAuthenticationLoginInfo members