Initializes a new instance of the AlternateWindowsAuthSettings class.

Overload List

  NameDescription
Public methodAlternateWindowsAuthSettings()()()()
Initializes a new instance of the AlternateWindowsAuthSettings class.
Public methodAlternateWindowsAuthSettings(String, SecureString)
Initializes a new instance of the AlternateWindowsAuthSettings class given a combined domain and user name, as well as a password.
Public methodAlternateWindowsAuthSettings(String, String)
Initializes a new instance of the AlternateWindowsAuthSettings class given a combined domain and user name, as well as a password.
Public methodAlternateWindowsAuthSettings(String, String, SecureString, WindowsAuthProtocols)
Initializes a new instance of the AlternateWindowsAuthSettings class and populates the properties from the given parameters.
Public methodAlternateWindowsAuthSettings(String, String, String, WindowsAuthProtocols)
Initializes a new instance of the AlternateWindowsAuthSettings class and populates the properties from the given parameters.

See Also