WindowsAuthOptions class

Options for Windows Authentication.

public class WindowsAuthOptions : NegotiateOptions, IAuthenticationHostOptions, 
    IOpenApiAuthenticationOptions

Public Members

name description
WindowsAuthOptions() The default constructor.
Description { get; set; }  
DisplayName { get; set; }  
DocumentationId { get; set; }  
GlobalScheme { get; set; }  
Host { get; set; }  
Logger { get; set; }  
Protocol { get; set; } The protocol to use for Windows Authentication.
ApplyTo(…) Helper to copy values from a user-supplied WindowsAuthOptions instance to the instance (2 methods)

See Also