AuthenticationOptions.AutomaticAuthenticate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true the authentication middleware alter the request user coming in. If false the authentication middleware will only provide identity when explicitly indicated by the AuthenticationScheme.
public:
property bool AutomaticAuthenticate { bool get(); void set(bool value); };
public bool AutomaticAuthenticate { get; set; }
member this.AutomaticAuthenticate : bool with get, set
Public Property AutomaticAuthenticate As Boolean