Share via


LdapMembershipProvider.UnlockUser method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function UnlockUser ( _
    userName As String _
) As Boolean
'Usage
Dim instance As LdapMembershipProvider
Dim userName As String
Dim returnValue As Boolean

returnValue = instance.UnlockUser(userName)
public override bool UnlockUser(
    string userName
)

Parameters

Return value

Type: System.Boolean

See also

Reference

LdapMembershipProvider class

LdapMembershipProvider members

Microsoft.Office.Server.Security namespace