|
AuthenticationHandlerAuthenticate Method
|
The core authentication logic which must be provided by the handler. Will be invoked at most
once per request.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic void Authenticate()
public:
void Authenticate()
member Authenticate : unit -> unit
View Source
See Also