SoapDataSource.ProcessSSO method

Process the SSO info. If windows authentication identity is used, we propose to do impresonation. Otherwise we replace the userid/password string. Return true if it's windows authentication, so that we need to do impersonation.

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 SoapDataSource
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

SoapDataSource class

SoapDataSource members

Microsoft.SharePoint.WebControls namespace