Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected BaseNotification(
IOwinContext context,
TOptions options
)
protected:
BaseNotification(
IOwinContext^ context,
TOptions options
)
new :
context:IOwinContext *
options:'TOptions -> BaseNotification
Protected Sub New (
context As IOwinContext,
options As TOptions
)
See Also
BaseNotification<TOptions> Class
Microsoft.Owin.Security.Notifications Namespace
Return to top