|   | SecurityProviderBaseAuthenticate Method | 
        
        
            When overridden in a derived class, authenticates the user.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract bool Authenticate()
Public MustOverride Function Authenticate As Boolean
public:
virtual bool Authenticate() abstract
abstract Authenticate : unit -> bool 
Return Value
Booleantrue if the user is authenticated, otherwise false.
Implements
ISecurityProviderAuthenticate See Also
See Also