CookieResponseSignInContext Class

Context object passed to the ICookieAuthenticationProvider method ResponseSignIn.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Cookies.CookieResponseSignInContext

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

Syntax

'Declaration
Public Class CookieResponseSignInContext
'Usage
Dim instance As CookieResponseSignInContext
public class CookieResponseSignInContext
public ref class CookieResponseSignInContext
type CookieResponseSignInContext =  class end
public class CookieResponseSignInContext

The CookieResponseSignInContext type exposes the following members.

Constructors

  Name Description
Public method CookieResponseSignInContext Creates a new instance of the context object.

Top

Properties

  Name Description
Public property AuthenticationType The name of the AuthenticationType creating a cookie
Public property Identity Contains the claims about to be converted into the outgoing cookie. May be replaced or altered during the ResponseSignIn call.
Public property Properties Contains the extra data about to be contained in the outgoing cookie. May be replaced or altered during the ResponseSignIn call.
Public property Request Used to access properties of the current request
Public property Response Used to affect aspects of the current response

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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

Microsoft.Owin.Security.Cookies Namespace