AuthenticationMiddleware<TOptions>.Options Property
Gets or sets the authentication options.
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public TOptions Options { get; set; }
public:
property TOptions Options {
TOptions get();
void set(TOptions value);
}
member Options : 'TOptions with get, set
Public Property Options As TOptions
Property Value
Type: TOptions
The task that completes the authentication.
See Also
AuthenticationMiddleware<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top