The HttpAuthentication type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Password |
The password used in authentication process
| |
| UseCurrentUserCredentials |
When this property is true the converter will send the current user credentials to resolve the NTLM authentication.
If Username was set with a value this property is ignored. The default property value is true
| |
| Username |
The username used in authentication process
|
See Also