UserManager<TUser>.NormalizeKey(String) Metodo

Definizione

Normalizzare una chiave (nome utente, posta elettronica) per confronti coerenti.

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

Parametri

key
String

Chiave da normalizzare.

Restituisce

Valore normalizzato che rappresenta l'oggetto specificato key.

Si applica a