AuthenticationHandler<TOptions>.Options 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 or sets the options associated with this authentication handler.
protected:
property TOptions Options { TOptions get(); };
public:
property TOptions Options { TOptions get(); };
protected TOptions Options { get; }
public TOptions Options { get; }
member this.Options : 'Options
member this.Options : 'Options
Protected ReadOnly Property Options As TOptions
Public ReadOnly Property Options As TOptions
Property Value
TOptions