ServiceAuthenticationFilter Methods
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | AddResponseChallenge(AuthenticationResponseChallenge) | Adds the response challenge provided by the OWIN middleware identified by the given M:AuthenticationType. This is called as part of the creating an authentication challenge to a given request. |
![]() | AuthenticateAsync(HttpAuthenticationContext, CancellationToken) | Asynchronously authenticates the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating authentication to that middleware. |
![]() | AuthenticateAsync(IAuthenticationManager) | Asynchronously authenticates the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating authentication to that middleware. |
![]() | ChallengeAsync(HttpAuthenticationChallengeContext, CancellationToken) | Issues an authentication challenge to the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating the challenge generation to that middleware. |
![]() | ChallengeAsync(IAuthenticationManager) | Issues an authentication challenge to the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating the challenge generation to that middleware. |
![]() | CreatePrincipal(AuthenticateResult) | Creates an IPrincipal using the provided AuthenticateResult. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |

