Skip to main content
.NET 6.0+

AuthenticationActiveDirectory<UserType, LogonParametersType> Constructors

An Authentication that assumes an automatic logon. The user name is taken from the currently used Windows account.
Name Description
AuthenticationActiveDirectory() Initializes a new instance of the AuthenticationActiveDirectory<UserType, LogonParametersType> class.
See Also