Event arguments passed to the BeforeAuthenticate event.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class BeforeAuthenticateEventArgs Inherits EAPEventArgs |
| C# |
|---|
| public class BeforeAuthenticateEventArgs : EAPEventArgs |
| C++ |
|---|
| ref class BeforeAuthenticateEventArgs : EAPEventArgs |
| J# |
|---|
| public class BeforeAuthenticateEventArgs extends EAPEventArgs |
| JScript |
|---|
| public class BeforeAuthenticateEventArgs extends EAPEventArgs |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.