C-DEngine 5.105

TheServiceHostInfo..::..SecurityLevel Property

If set to higher than 3 every telegram will include a new RSA Key. On Devices with slow or no TPMs creation of an RSA Key can take multiple seconds If set to lower than 3 the C-DEngine will accept untrusted SSL Certificates. This might be important for debugging against a self-signed certificate. Default is 3

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

Syntax


public int SecurityLevel { get; set; }
Public Property SecurityLevel As Integer
	Get
	Set
public:
property int^ SecurityLevel {
	int^ get ();
	void set (int^ value);
}