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.