Partilhar via


ILobiAuthenticationProvider.GetAuthenticationScheme método

Obtém o esquema de autenticação usado para fazer logon.

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

Sintaxe

'Declaração
Function GetAuthenticationScheme ( _
    server As String, _
    serverURL As String _
) As AuthenticationScheme
'Uso
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
)

Parâmetros

Valor retornado

Tipo: Microsoft.BusinessData.Infrastructure.AuthenticationScheme
Esquema de autenticação usado para fazer logon.

Ver também

Referência

ILobiAuthenticationProvider interface

ILobiAuthenticationProvider membros

Microsoft.BusinessData.Infrastructure namespace