AuthenticationHandler<TOptions>.Options Property

Definition

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

Applies to