MembershipAdapter Class

.NET Framework 4.5

Encapsulates the static Membership system APIs

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.MembershipAdapter

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

Syntax

'Declaration
Public Class MembershipAdapter _
    Implements IMembership
'Usage
Dim instance As MembershipAdapter
public class MembershipAdapter : IMembership
public ref class MembershipAdapter : IMembership
type MembershipAdapter =  
    class 
        interface IMembership 
    end
public class MembershipAdapter implements IMembership

The MembershipAdapter type exposes the following members.

Constructors

  Name Description
Public method MembershipAdapter

Top

Properties

  Name Description
Public property ApplicationName

Top

Methods

  Name Description
Public method CreateUser
Public method DeleteUser(Object, Boolean)
Public method DeleteUser(String, Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GeneratePassword
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetUser
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method UpdateUser

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