C-DEngine 5.105

TheServiceHostInfo..::..DisableRSAToBrowser Property

If set to True, the Browser will not be able to RSA Encrypt, ScopeID, UID or Password In the future we might use our own security algorithm here since the RSA Implementation of .NET varies on all platforms!

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DisableRSAToBrowser { get; set; }
Public Property DisableRSAToBrowser As Boolean
	Get
	Set
public:
property bool^ DisableRSAToBrowser {
	bool^ get ();
	void set (bool^ value);
}