Share via


AuthenticationHandler<TOptions>.Options Property

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

Syntax

'Declaration
Protected Property Options As TOptions
    Get 
    Private Set
'Usage
Dim value As TOptions

value = Me.Options
protected TOptions Options { get; private set; }
protected:
property TOptions Options {
    TOptions get ();
    private: void set (TOptions value);
}
member Options : 'TOptions with get, private set
function get Options () : TOptions
private function set Options (value : TOptions)

Property Value

Type: TOptions

See Also

Reference

AuthenticationHandler<TOptions> Class

Microsoft.Owin.Security.Infrastructure Namespace