ProviderCredentials Constructor (String)

 

Initializes a new instance with the name of the ILoginProvider associated with this instance.

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

Protected Sub New (
	providerName As String
)

Parameters

providerName
Type: System.String

The name of the ILoginProvider.

Return to top
Show: