AuthenticationTokenProvider.OnCreate Property

 

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

Syntax

public Action<AuthenticationTokenCreateContext> OnCreate { get; set; }
public:
property Action<AuthenticationTokenCreateContext^>^ OnCreate {
    Action<AuthenticationTokenCreateContext^>^ get();
    void set(Action<AuthenticationTokenCreateContext^>^ value);
}
member OnCreate : Action<AuthenticationTokenCreateContext> with get, set
Public Property OnCreate As Action(Of AuthenticationTokenCreateContext)

Property Value

Type: System.Action<AuthenticationTokenCreateContext>

See Also

AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top