AuthenticationTokenProvider.OnCreateAsync Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public Func<AuthenticationTokenCreateContext, Task> OnCreateAsync { get; set; }
public:
property Func<AuthenticationTokenCreateContext^, Task^>^ OnCreateAsync {
Func<AuthenticationTokenCreateContext^, Task^>^ get();
void set(Func<AuthenticationTokenCreateContext^, Task^>^ value);
}
member OnCreateAsync : Func<AuthenticationTokenCreateContext, Task> with get, set
Public Property OnCreateAsync As Func(Of AuthenticationTokenCreateContext, Task)
Property Value
Type: System.Func<AuthenticationTokenCreateContext, Task>
See Also
AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top