ServiceAuthenticationFilter Methods

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

NameDescription
System_CAPS_protmethodAddResponseChallenge(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.

System_CAPS_pubmethodAuthenticateAsync(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.

System_CAPS_protmethodAuthenticateAsync(IAuthenticationManager)

Asynchronously authenticates the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating authentication to that middleware.

System_CAPS_pubmethodChallengeAsync(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.

System_CAPS_protmethodChallengeAsync(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.

System_CAPS_protmethodCreatePrincipal(AuthenticateResult)

Creates an IPrincipal using the provided AuthenticateResult.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: