Chia sẻ qua


SecurityTokenValidatedNotification<TMessage, TOptions> Constructor (IOwinContext, TOptions)

 

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

Syntax

public SecurityTokenValidatedNotification(
    IOwinContext context,
    TOptions options
)
public:
SecurityTokenValidatedNotification(
    IOwinContext^ context,
    TOptions options
)
new : 
        context:IOwinContext *
        options:'TOptions -> SecurityTokenValidatedNotification
Public Sub New (
    context As IOwinContext,
    options As TOptions
)

See Also

SecurityTokenValidatedNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top