PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the user name associated with the specified e-mail address.
Namespace: Smartsite.DigiD
Assembly: Smartsite.DigiD (in Smartsite.DigiD.dll)
Syntax
C# | Copy Code |
---|---|
public override string GetUserNameByEmail( string email ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function GetUserNameByEmail ( _ email As _ ) As |
Parameters
- String
The e-mail address to search for.
Return Value
The user name associated with the specified e-mail address. If no match is found, return null.See Also
DigiDMembershipProvider Class
Smartsite.DigiD Namespace