Share via


ILobiAuthenticationProvider.GetAuthenticationScheme Method

Gets the authentication scheme used to log on.

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

Syntax

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

returnValue = instance.GetAuthenticationScheme(server, _
    serverURL)
AuthenticationScheme GetAuthenticationScheme(
    string server,
    string serverURL
)

Parameters

Return Value

Type: Microsoft.BusinessData.Infrastructure.AuthenticationScheme
Authentication scheme used to log on.

See Also

Reference

ILobiAuthenticationProvider Interface

ILobiAuthenticationProvider Members

Microsoft.BusinessData.Infrastructure Namespace