WsFederationAuthenticationMiddleware Class
OWIN middleware for obtaining identities using WsFederation protocol.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.WsFederation.WsFederationAuthenticationMiddleware
Syntax
public class WsFederationAuthenticationMiddleware : AuthenticationMiddleware<WsFederationAuthenticationOptions>
public ref class WsFederationAuthenticationMiddleware : AuthenticationMiddleware<WsFederationAuthenticationOptions^>
type WsFederationAuthenticationMiddleware =
class
inherit AuthenticationMiddleware<WsFederationAuthenticationOptions>
end
Public Class WsFederationAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of WsFederationAuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
WsFederationAuthenticationMiddleware(OwinMiddleware, IAppBuilder, WsFederationAuthenticationOptions) | Initializes a WsFederationAuthenticationMiddleware |
Properties
Name | Description | |
---|---|---|
Next | The optional next component.(Inherited from OwinMiddleware.) |
|
Options | Gets or sets the authentication options.(Inherited from AuthenticationMiddleware<TOptions>.) |
Methods
Name | Description | |
---|---|---|
CreateHandler() | Provides the AuthenticationHandler object for processing authentication-related requests.(Overrides AuthenticationMiddleware<TOptions>.CreateHandler().) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Invoke(IOwinContext) | (Inherited from AuthenticationMiddleware<TOptions>.) |
|
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.WsFederation Namespace
Return to top