CookieCredentials Constructor (Cookie)
Initializes a new instance of the CookieCredentials class that contains the specified authentication cookie.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
cookie As Cookie _
)
'Usage
Dim cookie As Cookie
Dim instance As New CookieCredentials(cookie)
public CookieCredentials(
Cookie cookie
)
Parameters
cookie
Type: System.Net.CookieThe authentication cookie.