|
AdoSecurityProviderLogAuthenticationAttempt Method
|
Logs user authentication attempt.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax protected virtual void LogAuthenticationAttempt(
bool loginSuccess
)
Protected Overridable Sub LogAuthenticationAttempt (
loginSuccess As Boolean
)
protected:
virtual void LogAuthenticationAttempt(
bool loginSuccess
)
abstract LogAuthenticationAttempt :
loginSuccess : bool -> unit
override LogAuthenticationAttempt :
loginSuccess : bool -> unit
function LogAuthenticationAttempt(loginSuccess);
View SourceParameters
- loginSuccess Boolean
- true if user authentication was successful, otherwise false.
See Also