S63.ImportTemporaryKey Method
Imports a temporary public key, to enable registration of exchange sets signed by other keys than the IHO root key into the S-63 database.
ImportTemporaryKey(System.String fileName)
Imports a temporary public key, to enable registration of exchange sets signed by other keys than the IHO root key into the S-63 database.Syntax
public void ImportTemporaryKey (
System.String fileName
)
Parameters
The full path of the file containing the temporary key.
Remarks
If you need to import S-63 exchange sets signed with a different key than the IHO public key, you can do so by first importing the other key with this method. The key will not be written to disk, but will be kept in memory for the duration of this S63 instance. The exchange set may then be registered with RegisterExchangeSets, even though you will get warnings during the import about the non-official key.
Platforms
Windows, Linux, Android