ServiceAuthenticationFilter Class

 

Represents an authentication filter that authenticates via OWIN middleware and creates a ServiceUser as IPrincipal.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationFilter

type ServiceAuthenticationFilter = 
    class
        interface IAuthenticationFilter
        interface IFilter
    end

NameDescription
System_CAPS_pubmethodServiceAuthenticationFilter(IServiceTokenHandler)

Initializes a new instance of the ServiceAuthenticationFilter class.

System_CAPS_pubmethodServiceAuthenticationFilter(String, IServiceTokenHandler)

Initializes a new instance of the ServiceAuthenticationFilter class.

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets or sets a value indicating whether more than one instance of this attribute can be specified for a single program element.

System_CAPS_pubpropertyAuthenticationType

Gets or sets the authentication type of the OWIN middleware used.

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.)

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: