RemotingClientProxy::PreAuthenticate Property

 

Gets or sets a value that indicates whether preauthentication of requests is enabled.

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

public:
property bool PreAuthenticate {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value that indicates whether preauthentication of requests is enabled.

.NET Framework
Available since 1.1
Return to top
Show: