Skip to main content
.NET 6.0+

AuthenticationActiveDirectory<UserType> Events

An Authentication that assumes an automatic logon. The user name is taken from the currently used Windows account.
Name Description
CreateCustomLogonParameters Occurs when the AuthenticationBase.LogonParameters property getter is called. Inherited from AuthenticationBase.
CustomCreateUser Occurs when a user is created automatically. Inherited from AuthenticationActiveDirectory.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also