Skip to main content
.NET 6.0+

AuthenticationActiveDirectory Constructors

An Authentication that assumes an automatic logon.
Name Parameters Description
AuthenticationActiveDirectory() none Initializes a new instance of the AuthenticationActiveDirectory class.
AuthenticationActiveDirectory(Type, ICanInitializeNewUser) userType, canInitializeNewUser Initializes a new instance of the AuthenticationActiveDirectory class with specified settings.
AuthenticationActiveDirectory(Type, Type) userType, logonParametersType Initializes a new instance of the AuthenticationActiveDirectory class with the specified user type and logon parameters type.
See Also