ILobiAuthenticationProvider.GetAuthenticationScheme 方法
取得用來登入的驗證配置。
命名空間: Microsoft.BusinessData.Infrastructure
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Function GetAuthenticationScheme ( _
server As String, _
serverURL As String _
) As AuthenticationScheme
'用途
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
)
參數
server
類型:System.String伺服器名稱。
serverURL
類型:System.String伺服器 URL。
傳回值
類型:Microsoft.BusinessData.Infrastructure.AuthenticationScheme
用來登入驗證配置。
請參閱
參照
ILobiAuthenticationProvider 介面