isServerKeyProvisioned() method

Checks to see the public key of the SAP Mobile Server is provisioned on the client or not.

Syntax

public static virtual BOOL isServerKeyProvisioned ()

Returns

Returns a BOOL indicating whether the key has been provisioned or not. Usage if ([ODPAppSettings isServerKeyProvisioned) { // Processing....... }