FormsAuthenticationLoginInfo.AuthenticationServiceUrl Property

Gets or sets the Uri object that represents the URL of the authentication Web service.

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

Syntax

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

value = instance.AuthenticationServiceUrl

instance.AuthenticationServiceUrl = value
public Uri AuthenticationServiceUrl { get; set; }

Property Value

Type: System.Uri
The URL of the authentication Web service.

See Also

Reference

FormsAuthenticationLoginInfo Class

FormsAuthenticationLoginInfo Members

Microsoft.SharePoint.Client Namespace