CookieAuthenticationExtensions Class

Extension methods provided by the cookies authentication middleware

Inheritance Hierarchy

System.Object
  Owin.CookieAuthenticationExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class CookieAuthenticationExtensions
'Usage
public static class CookieAuthenticationExtensions
[ExtensionAttribute]
public ref class CookieAuthenticationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CookieAuthenticationExtensions =  class end
public final class CookieAuthenticationExtensions

The CookieAuthenticationExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member UseCookieAuthentication Adds a cookie-based authentication middleware to your web application pipeline.

Top

Thread Safety

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

See Also

Reference

Owin Namespace