IMembershipProviderEnhancedValidateUserMethod.ValidateUser method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function ValidateUser ( _
username As String, _
password As String, _
<OutAttribute> ByRef user As MembershipUser, _
properties As Hashtable _
) As Boolean
'Usage
Dim instance As IMembershipProviderEnhancedValidateUserMethod
Dim username As String
Dim password As String
Dim user As MembershipUser
Dim properties As Hashtable
Dim returnValue As Boolean
returnValue = instance.ValidateUser(username, _
password, user, properties)
bool ValidateUser(
string username,
string password,
out MembershipUser user,
Hashtable properties
)
Parameters
- username
Type: System.String
- password
Type: System.String
- user
Type: System.Web.Security.MembershipUser
- properties
Type: System.Collections.Hashtable
Return value
Type: System.Boolean
See also
Reference
IMembershipProviderEnhancedValidateUserMethod interface