Search Results for

    Show / Hide Table of Contents

    Class WinAuthCredentials

    Windows authentication credentials for NTLM/Negotiate/Kerberos (issue #461). Prefer supplying these through WinAuthCredentialsProvider rather than storing plaintext on session event args.

    Inheritance
    object
    WinAuthCredentials
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.Models
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public sealed class WinAuthCredentials

    Properties

    | Edit this page View Source

    Domain

    Optional domain (or machine name). Empty uses the local/default domain.

    Declaration
    public string? Domain { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Password

    Password.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserName

    User name.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX