Skip to main content
.NET 6.0+

AuthenticationStandard Events

Authentication with an interactive logon. A user inputs logon parameters (for example, username and password) in the logon dialog window.
Name Description
CreateCustomLogonParameters Occurs when the AuthenticationBase.LogonParameters property getter is called. Inherited from AuthenticationBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also