CookieResponseSignInContext.Properties Property

 

Contains the extra data about to be contained in the outgoing cookie. May be replaced or altered during the ResponseSignIn call.

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

Syntax

public AuthenticationProperties Properties { get; set; }
public:
property AuthenticationProperties^ Properties {
    AuthenticationProperties^ get();
    void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties

Returns AuthenticationProperties.

See Also

CookieResponseSignInContext Class
Microsoft.Owin.Security.Cookies Namespace

Return to top