Share via


ProviderCredentials Class

 

Base class for all provider specific credentials. Provider specific subclasses include add their own specific information, for example access tokens, token secrets, etc.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials
    Microsoft.WindowsAzure.Mobile.Service.Security.AzureActiveDirectoryCredentials
    Microsoft.WindowsAzure.Mobile.Service.Security.FacebookCredentials
    Microsoft.WindowsAzure.Mobile.Service.Security.GoogleCredentials
    Microsoft.WindowsAzure.Mobile.Service.Security.MicrosoftAccountCredentials
    Microsoft.WindowsAzure.Mobile.Service.Security.TwitterCredentials

Syntax

public abstract class ProviderCredentials
public ref class ProviderCredentials abstract 
[<AbstractClass>]
type ProviderCredentials = class end
Public MustInherit Class ProviderCredentials

Constructors

Name Description
System_CAPS_protmethod ProviderCredentials(String)

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

Properties

Name Description
System_CAPS_pubproperty Provider

Gets or sets the name of the provider these credentials are for.

System_CAPS_pubproperty UserId

Gets or sets the provider id for the user.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top