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