ClientFormsAuthenticationCredentials.UserName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il nome utente.
public:
property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
public string UserName { get; set; }
member this.UserName : string with get, set
Public Property UserName As String
Valore della proprietà
Nome utente.
Commenti
La ClientFormsAuthenticationMembershipProvider classe usa questa proprietà per recuperare il nome utente durante l'autenticazione. In genere questa proprietà non verrà usata nel codice dell'applicazione. Si userà invece il costruttore della classe per impostare il nome utente.