AuthenticationTokenProvider.OnCreate Property

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

Syntax

'Declaration
Public Property OnCreate As Action(Of AuthenticationTokenCreateContext)
    Get 
    Set
'Usage
Dim instance As AuthenticationTokenProvider 
Dim value As Action(Of AuthenticationTokenCreateContext)

value = instance.OnCreate

instance.OnCreate = value
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
function get OnCreate () : Action<AuthenticationTokenCreateContext>
function set OnCreate (value : Action<AuthenticationTokenCreateContext>)

Property Value

Type: System.Action<AuthenticationTokenCreateContext>

See Also

Reference

AuthenticationTokenProvider Class

Microsoft.Owin.Security.Infrastructure Namespace