ServiceAuthenticationOptions Class

 

The ServiceAuthenticationOptions provides options for the OWIN ServiceAuthenticationMiddleware class.

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

System.Object
  Microsoft.Owin.Security.AuthenticationOptions
    Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions

Public Class ServiceAuthenticationOptions
	Inherits AuthenticationOptions

NameDescription
System_CAPS_pubmethodServiceAuthenticationOptions()

Initializes a new instance of the ServiceAuthenticationOptions class with a given ServiceSettingsDictionary.

NameDescription
System_CAPS_pubpropertyApplicationKey

Gets or sets the application key providing application-level access.

System_CAPS_pubpropertyAuthenticationMode

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyAuthenticationType

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyDescription

(Inherited from AuthenticationOptions.)

System_CAPS_pubpropertyMasterKey

Gets or sets the application master key providing administrative-level access.

System_CAPS_pubpropertyRealm

The realm to use for HTTP Basic Authentication which allows browsers to authenticate against resources that require either Application or Admin level access.

System_CAPS_pubpropertySystemKey

Gets or sets the application system key.

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticServiceAuthenticationType

The authentication type identifying the OWIN ServiceAuthenticationMiddleware.

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: