CookieAuthenticationExtensions Class

 

Extension methods provided by the cookies authentication middleware

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

System::Object
  Owin::CookieAuthenticationExtensions

[ExtensionAttribute]
public ref class CookieAuthenticationExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseCookieAuthentication(IAppBuilder^, CookieAuthenticationOptions^)

Adds a cookie-based authentication middleware to your web application pipeline.

System_CAPS_pubmethodSystem_CAPS_staticUseCookieAuthentication(IAppBuilder^, CookieAuthenticationOptions^, PipelineStage)

Adds a cookie-based authentication middleware to your web application pipeline.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: