RemotingClientProxy::Password Property

 

Gets or sets the password to use for basic authentication and digest authentication.

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

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

Property Value

Type: System::String^

The password to use 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: