Click or drag to resize

AuthenticateResponseCancel Method

Creates a AuthenticateResponse that cancels authentication process.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static AuthenticateResponse Cancel()

Return Value

Type: AuthenticateResponse
The AuthenticateResponse instance that can be used as a return value in AuthenticateHandler implementation.
See Also