Share via


CookieAuthenticationProvider.OnResponseSignIn Property

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

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

Syntax

'Declaration
Public Property OnResponseSignIn As Action(Of CookieResponseSignInContext)
    Get 
    Set
'Usage
Dim instance As CookieAuthenticationProvider 
Dim value As Action(Of CookieResponseSignInContext)

value = instance.OnResponseSignIn

instance.OnResponseSignIn = value
public Action<CookieResponseSignInContext> OnResponseSignIn { get; set; }
public:
property Action<CookieResponseSignInContext^>^ OnResponseSignIn {
    Action<CookieResponseSignInContext^>^ get ();
    void set (Action<CookieResponseSignInContext^>^ value);
}
member OnResponseSignIn : Action<CookieResponseSignInContext> with get, set
function get OnResponseSignIn () : Action<CookieResponseSignInContext>
function set OnResponseSignIn (value : Action<CookieResponseSignInContext>)

Property Value

Type: System.Action<CookieResponseSignInContext>

See Also

Reference

CookieAuthenticationProvider Class

Microsoft.Owin.Security.Cookies Namespace