Initializes a new instance of the ProxyAlternateWindowsAuthSettings class.

Overload List

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

See Also