AuthenticationStandard<UserType> Events
An Authentication that assumes an interactive logon. A user inputs logon parameters (e.g. user name and password) manually via the logon dialog.| 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