| 
            
              LdapSecurityProviderAuthenticate Method
             | 
          
        
        
            Authenticates the user.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic override bool Authenticate()
Public Overrides Function Authenticate As Boolean
public:
virtual bool Authenticate() override
abstract Authenticate : unit -> bool 
override Authenticate : unit -> bool 
 View SourceReturn Value
Booleantrue if the user is authenticated, otherwise false.
Implements
ISecurityProviderAuthenticate
See Also