Importing the Private Key into the System Certificate Store

Set the private key as exportable and import the .pfx file into the system certificate store for SAP Mobile Platform to support mutual SSL authentication.

Import a .pfx file into the system certificate store. bMakePrivateKeyExportable must be set to true to enable exporting the private key.
Sybase.Persistence.CertificateStore.ImportPfxIntoSystemStore(String sFile, String sPassword, bool bMakePrivateKeyExportable)