Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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