SoapDataSource.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 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
- domainName
Type: System.String
- userName
Type: System.String
- password
Type: System.String
Return Value
Type: System.Boolean