Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the cookie used to authenticate for forms.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetCookie ( _
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.GetCookie(server, _
serverURL)
string GetCookie(
string server,
string serverURL
)
Parameters
server
Type: System.StringThe server name.
serverURL
Type: System.StringThe server URL.
Return Value
Type: System.String
A cookie.
See Also
Reference
ILobiAuthenticationProvider Interface