AuthenticationManager Class

Definition

Exposes the Http.Sys authentication configurations.

public ref class AuthenticationManager sealed
public sealed class AuthenticationManager
type AuthenticationManager = class
Public NotInheritable Class AuthenticationManager
Inheritance
AuthenticationManager

Properties

AllowAnonymous

Indicates if anonymous requests will be surfaced to the application or challenged by the server. The default value is true.

AuthenticationDisplayName

Sets the display name shown to users on login pages. The default is null.

AutomaticAuthentication

If true the server should set HttpContext.User. If false the server will only provide an identity when explicitly requested by the AuthenticationScheme. The default is true.

Schemes

When attaching to an existing queue this setting must match the one used to create the queue.

Applies to