MobileAppAuthenticationOptions Class

 

The MobileAppAuthenticationOptions provides options for the OWIN MobileAppAuthenticationMiddleware class.

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.AuthenticationOptions
    Microsoft.Azure.Mobile.Server.Authentication.MobileAppAuthenticationOptions

Syntax

public class MobileAppAuthenticationOptions : AuthenticationOptions
public ref class MobileAppAuthenticationOptions : AuthenticationOptions
type MobileAppAuthenticationOptions = 
    class
        inherit AuthenticationOptions
    end
Public Class MobileAppAuthenticationOptions
    Inherits AuthenticationOptions

Constructors

Name Description
System_CAPS_pubmethod MobileAppAuthenticationOptions()

Properties

Name Description
System_CAPS_pubproperty AuthenticationMode

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty AuthenticationType

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty Description

(Inherited from AuthenticationOptions.)

System_CAPS_pubproperty Realm

The realm to use for HTTP Basic Authentication which allows browsers to authenticate against resources that require AuthorizeAttribute level access.

System_CAPS_pubproperty SigningKey

Gets or sets the application signing key.

System_CAPS_pubproperty SkipTokenSignatureValidation

Gets or sets a value indicating whether signature validation should be performed on incoming authentication tokens. The default is false.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AuthenticationName

Thread Safety

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

See Also

Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top