|
AdoSecurityProviderAuthenticate Method
|
Authenticates the user.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-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