Skip to main content
.NET 6.0+

AuthenticationStandard Constructors

Authentication with an interactive logon. A user inputs logon parameters (for example, username and password) in the logon dialog window.
Name Parameters Description
AuthenticationStandard() none Initializes a new instance of the AuthenticationStandard class.
AuthenticationStandard(Type, Type) userType, logonParametersType Initializes a new instance of the AuthenticationStandard class with the specified user type and logon parameters type.
See Also