Skip to main content
A newer version of this page is available. .

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
AuthenticationActiveDirectory(Type, Type) userType, logonParametersType Initializes a new instance of the AuthenticationActiveDirectory class with the specified user type and logon parameters type.
See Also