AuthListener Class
Represents a listener to implement a custom authorization. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Listener
TcHmiSrv.Core.Listeners.AuthListener
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class AuthListener : Listener,
IExternalCaller<string, ErrorValue>
The AuthListener type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Events
|
Name |
Description |
---|---|---|
|
Called when a user tries to log in. | |
|
Called when a user is logged out. |