|   | 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.257-beta
 Syntax
Syntaxpublic void Authenticate()
public:
void Authenticate()
member Authenticate : unit -> unit 
 See Also
See Also