Share via


ILobiAuthenticationProvider.GetPassword Method

Gets the password used to log on.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetPassword ( _
    server As String, _
    serverURL As String _
) As String
'Usage
Dim instance As ILobiAuthenticationProvider
Dim server As String
Dim serverURL As String
Dim returnValue As String

returnValue = instance.GetPassword(server, _
    serverURL)
string GetPassword(
    string server,
    string serverURL
)

Parameters

Return Value

Type: System.String
The password.

See Also

Reference

ILobiAuthenticationProvider Interface

ILobiAuthenticationProvider Members

Microsoft.BusinessData.Infrastructure Namespace