LdapMembershipProvider Class (Microsoft.Office.Server.Security)

Namespace: Microsoft.Office.Server.Security
Assembly: Microsoft.Office.Server (in microsoft.office.server.dll)
Syntax

Visual Basic (Declaration)
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class LdapMembershipProvider
    Inherits MembershipProvider
Visual Basic (Usage)
Dim instance As LdapMembershipProvider
C#
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class LdapMembershipProvider : MembershipProvider
Inheritance Hierarchy

System.Object
   System.Configuration.Provider.ProviderBase
     System.Web.Security.MembershipProvider
      Microsoft.Office.Server.Security.LdapMembershipProvider
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

Page view tracker