RemotingClientProxy.Username Property

Definition

Gets or sets the user name to send for basic authentication and digest authentication.

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

Property Value

The user name to send for basic authentication and digest authentication.

Remarks

For more information on remoting security and authentication methods, see Security in Remoting.

Applies to

See also