RedirectToIdentityProviderNotification<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.RedirectToIdentityProviderNotification<TMessage, TOptions>
Syntax
public class RedirectToIdentityProviderNotification<TMessage, TOptions> : BaseContext<TOptions>
generic<typename TMessage, typename TOptions>
public ref class RedirectToIdentityProviderNotification : BaseContext<TOptions>
type RedirectToIdentityProviderNotification<'TMessage, 'TOptions> =
class
inherit BaseContext<'TOptions>
end
Public Class RedirectToIdentityProviderNotification(Of TMessage, TOptions)
Inherits BaseContext(Of TOptions)
Constructors
Name | Description | |
---|---|---|
RedirectToIdentityProviderNotification<TMessage, TOptions>(IOwinContext, TOptions) |
Properties
Name | Description | |
---|---|---|
HandledResponse | ||
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
ProtocolMessage | ||
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
|
State |
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. |
|
MemberwiseClone() | (Inherited from Object.) |
|
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