AppBuilderSecurityExtensions Class
Provides extensions methods for app.Property values that are only needed by implementations of authentication middleware.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetDefaultSignInAsAuthenticationType(IAppBuilder^) | Returns the previously set AuthenticationType that external sign in middleware should use when the browser navigates back to their return url. |
![]() ![]() | SetDefaultSignInAsAuthenticationType(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.
Show:

