Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticationMiddleware<TOptions>::Options Property

 

Gets or sets the authentication options.

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

public:
property TOptions Options {
	TOptions get();
	void set(TOptions value);
}

Property Value

Type: TOptions

The task that completes the authentication.

Return to top
Show: