OpenAuthAccountData Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.OpenAuthAccountData

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
Public Class OpenAuthAccountData
'Usage
Dim instance As OpenAuthAccountData
public class OpenAuthAccountData
public ref class OpenAuthAccountData
type OpenAuthAccountData =  class end
public class OpenAuthAccountData

The OpenAuthAccountData type exposes the following members.

Constructors

  Name Description
Public method OpenAuthAccountData Initializes a new instance of the OpenAuthAccountData class.

Top

Properties

  Name Description
Public property LastUsedUtc
Public property ProviderDisplayName
Public property ProviderName
Public property ProviderUserId
Public property ProviderUserName

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.AspNet.Membership.OpenAuth Namespace