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
'Declaration
Public Property Options As TOptions
Get
Set
'Usage
Dim instance As AuthenticationMiddleware
Dim value As TOptions
value = instance.Options
instance.Options = value
public TOptions Options { get; set; }
public:
property TOptions Options {
TOptions get ();
void set (TOptions value);
}
member Options : 'TOptions with get, set
function get Options () : TOptions
function set Options (value : TOptions)
Property Value
Type: TOptions
The task that completes the authentication.