setSecurityConfiguration

Sets the security configuration for the connection profile. If not specified, the server selects the correct security configuration by matching an application connection template with the applicationIdentifier. If you have two application connection templates with the same application ID but different security configurations, you must set the security configuration. Otherwise, a 'template not found' exception will be thrown.

Syntax

public void setSecurityConfiguration(String value)

Parameters

  • value – The security configuration for the connection profile.

Returns

None.