ServiceAuthenticationFilter.AuthenticationType Property

 

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

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

public string AuthenticationType { get; set; }

Property Value

Type: System.String

The authentication type of the OWIN middleware to use.

Return to top
Show: