AppBuilderSecurityExtensions Class

 

Provides extensions methods for app.Property values that are only needed by implementations of authentication middleware.

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

System::Object
  Microsoft.Owin.Security::AppBuilderSecurityExtensions

[ExtensionAttribute]
public ref class AppBuilderSecurityExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetDefaultSignInAsAuthenticationType(IAppBuilder^)

Returns the previously set AuthenticationType that external sign in middleware should use when the browser navigates back to their return url.

System_CAPS_pubmethodSystem_CAPS_staticSetDefaultSignInAsAuthenticationType(IAppBuilder^, String^)

Called by middleware to change the name of the AuthenticationType that external middleware should use when the browser navigates back to their return url.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: