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.
The Provider may be assigned to an instance of an object created by the application at startup time. The middleware calls methods on the provider which give the application control at certain points where processing is occuring. If it is not provided a default instance is supplied which does nothing when the methods are called.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public ICookieAuthenticationProvider Provider { get; set; }
public:
property ICookieAuthenticationProvider^ Provider {
ICookieAuthenticationProvider^ get();
void set(ICookieAuthenticationProvider^ value);
}
member Provider : ICookieAuthenticationProvider with get, set
Public Property Provider As ICookieAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.Cookies.ICookieAuthenticationProvider
Returns ICookieAuthenticationProvider.
See Also
CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace
Return to top