ServiceAuthenticationFilter Constructor (String, IServiceTokenHandler)

 

Initializes a new instance of the ServiceAuthenticationFilter class.

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

Public Sub New (
	authenticationType As String,
	tokenHandler As IServiceTokenHandler
)

Parameters

authenticationType
Type: System.String

The authentication type of the OWIN middleware to use.

tokenHandler
Type: Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler

An ServiceTokenHandler instance.

Return to top
Show: