Share via


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)

Syntax

protected ProviderCredentials(
    string providerName
)
protected:
ProviderCredentials(
    String^ providerName
)
new : 
        providerName:string -> ProviderCredentials
Protected Sub New (
    providerName As String
)

Parameters

See Also

ProviderCredentials Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top