UserManager<TUser>.NormalizeKey(String) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalize a key (user name, email) for consistent comparisons.
public:
 virtual System::String ^ NormalizeKey(System::String ^ key);
	public virtual string NormalizeKey(string key);
	abstract member NormalizeKey : string -> string
override this.NormalizeKey : string -> string
	Public Overridable Function NormalizeKey (key As String) As String
	Parameters
- key
 - String
 
The key to normalize.
Returns
A normalized value representing the specified key.