Click or drag to resize

AdoSecurityProviderLogAuthenticationAttempt Method

Logs user authentication attempt.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
protected virtual void LogAuthenticationAttempt(
	bool loginSuccess
)
View Source

Parameters

loginSuccess  Boolean
true if user authentication was successful, otherwise false.
See Also