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
server
Tipo: System.StringO nome do servidor.
serverURL
Tipo: System.StringA URL do servidor.
Valor retornado
Tipo: Microsoft.BusinessData.Infrastructure.AuthenticationScheme
Esquema de autenticação usado para fazer logon.
Ver também
Referência
ILobiAuthenticationProvider interface