OpenAuthAccount Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.Data.OpenAuthAccount

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

Syntax

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

The OpenAuthAccount type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ApplicationName
Public property LastUsedUtc
Public property MembershipUserName
Public property ProviderName
Public property ProviderUserId
Public property ProviderUserName
Public property UserData

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.Data Namespace