Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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