UserManager<TUser>.NormalizeKey(String) Method

Definition

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.

Applies to