CookieAuthenticationProvider Class

 

This default implementation of the ICookieAuthenticationProvider may be used if the application only needs to override a few of the interface methods. This may be used as a base class or may be instantiated directly.

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

System::Object
  Microsoft.Owin.Security.Cookies::CookieAuthenticationProvider

public ref class CookieAuthenticationProvider : ICookieAuthenticationProvider

NameDescription
System_CAPS_pubmethodCookieAuthenticationProvider()

Create a new instance of the default provider.

NameDescription
System_CAPS_pubpropertyOnApplyRedirect

A delegate assigned to this property will be invoked when the related method is called.

System_CAPS_pubpropertyOnException

A delegate assigned to this property will be invoked when the related method is called.

System_CAPS_pubpropertyOnResponseSignedIn

A delegate assigned to this property will be invoked when the related method is called.

System_CAPS_pubpropertyOnResponseSignIn

A delegate assigned to this property will be invoked when the related method is called.

System_CAPS_pubpropertyOnResponseSignOut

A delegate assigned to this property will be invoked when the related method is called.

System_CAPS_pubpropertyOnValidateIdentity

A delegate assigned to this property will be invoked when the related method is called.

NameDescription
System_CAPS_pubmethodApplyRedirect(CookieApplyRedirectContext^)

Implements the interface method by invoking the related delegate method.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodException(CookieExceptionContext^)

Implements the interface method by invoking the related delegate method.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResponseSignedIn(CookieResponseSignedInContext^)

Implements the interface method by invoking the related delegate method.

System_CAPS_pubmethodResponseSignIn(CookieResponseSignInContext^)

Implements the interface method by invoking the related delegate method.

System_CAPS_pubmethodResponseSignOut(CookieResponseSignOutContext^)

Implements the interface method by invoking the related delegate method.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateIdentity(CookieValidateIdentityContext^)

Implements the interface method by invoking the related delegate method.

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: