Condividi tramite


ClientFormsAuthenticationCredentials.UserName Proprietà

Definizione

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.

Si applica a

Vedi anche