Share via


MicrosoftAccountCredentials Class

 

A ProviderCredentials implementation containing provider specific credentials for Microsoft Account authentication.

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.MicrosoftAccountCredentials

Syntax

public class MicrosoftAccountCredentials : ProviderCredentials
public ref class MicrosoftAccountCredentials : ProviderCredentials
type MicrosoftAccountCredentials = 
    class
        inherit ProviderCredentials
    end
Public Class MicrosoftAccountCredentials
    Inherits ProviderCredentials

Constructors

Name Description
System_CAPS_pubmethod MicrosoftAccountCredentials()

Initializes a new instance of the MicrosoftAccountCredentials class.

Properties

Name Description
System_CAPS_pubproperty AccessToken

Gets or sets the access token for the current user.

System_CAPS_pubproperty Provider

Gets or sets the name of the provider these credentials are for.(Inherited from ProviderCredentials.)

System_CAPS_pubproperty UserId

Gets or sets the provider id for the user.(Inherited from ProviderCredentials.)

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