Skip to main content
.NET 6.0+

AuthenticationStandardLogonParameters Constructors

Logon Parameters type used by default with the AuthenticationStandard authentication.
Name Parameters Description
AuthenticationStandardLogonParameters() none Initializes a new instance of the AuthenticationStandardLogonParameters class.
AuthenticationStandardLogonParameters(String, String) userName, password Initializes a new instance of the AuthenticationStandardLogonParameters class.
See Also