Share via


CookieAuth.Authenticate Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Search.Federation
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function Authenticate ( _
    challenge As String, _
    irequest As WebRequest, _
    icredentials As ICredentials _
) As Authorization
'Usage
Dim instance As CookieAuth
Dim challenge As String
Dim irequest As WebRequest
Dim icredentials As ICredentials
Dim returnValue As Authorization

returnValue = instance.Authenticate(challenge, _
    irequest, icredentials)
public Authorization Authenticate(
    string challenge,
    WebRequest irequest,
    ICredentials icredentials
)

Parameters

Return Value

Type: System.Net.Authorization

Implements

IAuthenticationModule.Authenticate(String, WebRequest, ICredentials)

See Also

Reference

CookieAuth Class

CookieAuth Members

Microsoft.Office.Server.Search.Federation Namespace