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.
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.