Class WinAuthCredentials
Windows authentication credentials for NTLM/Negotiate/Kerberos (issue #461). Prefer supplying these through WinAuthCredentialsProvider rather than storing plaintext on session event args.
Inherited Members
Namespace: Titanium.Web.Proxy.Models
Assembly: Titanium.Web.Proxy.dll
Syntax
public sealed class WinAuthCredentials
Properties
| Edit this page View SourceDomain
Optional domain (or machine name). Empty uses the local/default domain.
Declaration
public string? Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Password.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
User name.
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |