Click or drag to resize

SecurityProviderBaseAuthenticate Method

When overridden in a derived class, authenticates the user.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public abstract bool Authenticate()
View Source

Return Value

Boolean
true if the user is authenticated, otherwise false.

Implements

ISecurityProviderAuthenticate
See Also