AuthenticationHandler<TOptions>.Options Property

 

Namespace:   Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

protected TOptions Options { get; private set; }
protected:
property TOptions Options {
    TOptions get();
    private: void set(TOptions value);
}
member Options : 'TOptions with get, private set
Protected Property Options As TOptions
    Get
    Private Set
End Property

Property Value

Type: TOptions

See Also

AuthenticationHandler<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top