WsFederationAuthenticationExtensions Class

 

Extension methods for using WsFederationAuthenticationMiddleware

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

Inheritance Hierarchy

System.Object
  Owin.WsFederationAuthenticationExtensions

Syntax

public static class WsFederationAuthenticationExtensions
[ExtensionAttribute]
public ref class WsFederationAuthenticationExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WsFederationAuthenticationExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class WsFederationAuthenticationExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static UseWsFederationAuthentication(IAppBuilder, String, String)

Adds the WsFederationAuthenticationMiddleware into the OWIN runtime.

System_CAPS_pubmethodSystem_CAPS_static UseWsFederationAuthentication(IAppBuilder, WsFederationAuthenticationOptions)

Adds the WsFederationAuthenticationMiddleware into the OWIN runtime.

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

Owin Namespace

Return to top