RemotingClientProxy::Domain Property

 

Gets or sets the domain name to be used for basic authentication and digest authentication.

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

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

Property Value

Type: System::String^

The name of the domain 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: