AuthenticationHandler<TOptions>.OptionsMonitor 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.
Gets the IOptionsMonitor<TOptions> to detect changes to options.
protected:
property Microsoft::Extensions::Options::IOptionsMonitor<TOptions> ^ OptionsMonitor { Microsoft::Extensions::Options::IOptionsMonitor<TOptions> ^ get(); };
protected Microsoft.Extensions.Options.IOptionsMonitor<TOptions> OptionsMonitor { get; }
member this.OptionsMonitor : Microsoft.Extensions.Options.IOptionsMonitor<'Options (requires 'Options :> Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions and 'Options : (new : unit -> 'Options))>
Protected ReadOnly Property OptionsMonitor As IOptionsMonitor(Of TOptions)
Property Value
IOptionsMonitor<TOptions>