SecurityTokenReceivedNotification<TMessage, TOptions> Class
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<TOptions>
Microsoft.Owin.Security.Notifications.BaseNotification<TOptions>
Microsoft.Owin.Security.Notifications.SecurityTokenReceivedNotification<TMessage, TOptions>
Syntax
public class SecurityTokenReceivedNotification<TMessage, TOptions> : BaseNotification<TOptions>
generic<typename TMessage, typename TOptions>
public ref class SecurityTokenReceivedNotification : BaseNotification<TOptions>
type SecurityTokenReceivedNotification<'TMessage, 'TOptions> =
class
inherit BaseNotification<'TOptions>
end
Public Class SecurityTokenReceivedNotification(Of TMessage, TOptions)
Inherits BaseNotification(Of TOptions)
Type Parameters
- TMessage
- TOptions
Constructors
Name | Description | |
---|---|---|
SecurityTokenReceivedNotification<TMessage, TOptions>(IOwinContext, TOptions) |
Properties
Name | Description | |
---|---|---|
HandledResponse | (Inherited from BaseNotification<TOptions>.) |
|
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
ProtocolMessage | ||
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
|
Skipped | (Inherited from BaseNotification<TOptions>.) |
|
State | (Inherited from BaseNotification<TOptions>.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
HandleResponse() | Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.(Inherited from BaseNotification<TOptions>.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SkipToNextMiddleware() | Discontinue processing the request in the current middleware and pass control to the next one.(Inherited from BaseNotification<TOptions>.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Notifications Namespace
Return to top