ClientRuntimeContext.FormsAuthenticationLoginInfo property

Gets or sets the login information for the forms authentication mode of the client context.

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

Syntax

'Declaration
Public Property FormsAuthenticationLoginInfo As FormsAuthenticationLoginInfo
    Get
    Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As FormsAuthenticationLoginInfo

value = instance.FormsAuthenticationLoginInfo

instance.FormsAuthenticationLoginInfo = value
public FormsAuthenticationLoginInfo FormsAuthenticationLoginInfo { get; set; }

Property value

Type: Microsoft.SharePoint.Client.FormsAuthenticationLoginInfo
The login information for the forms authentication mode of the client context.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace