OpenAuthUserData Class

.NET Framework 4

Inheritance Hierarchy

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

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

Syntax

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

The OpenAuthUserData type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Accounts
Public property ApplicationName
Public property HasLocalPassword
Public property MembershipUserName

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