Share via


XmlUrlDataSource.ProcessSSO Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function ProcessSSO ( _
    ByRef domainName As String, _
    ByRef userName As String, _
    ByRef password As String _
) As Boolean
'Usage
Dim instance As XmlUrlDataSource
Dim domainName As String
Dim userName As String
Dim password As String
Dim returnValue As Boolean

returnValue = instance.ProcessSSO(domainName, _
    userName, password)
public bool ProcessSSO(
    ref string domainName,
    ref string userName,
    ref string password
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

XmlUrlDataSource Class

XmlUrlDataSource Members

Microsoft.SharePoint.WebControls Namespace