isServerKeyProvisioned() method

Checks if the public key of the SUP server is provisioned on the client.

Syntax

public static virtual BOOL isServerKeyProvisioned ()

Returns

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