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)


Public MustInherit Class ProviderCredentials

NameDescription
System_CAPS_protmethodProviderCredentials(String)

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

NameDescription
System_CAPS_pubpropertyProvider

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

System_CAPS_pubpropertyUserId

Gets or sets the provider id for the user.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: