RemotingClientProxy::Username Property

 

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

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property String^ Username {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

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

.NET Framework
Available since 1.1
Return to top
Show: