← Back to carmenta.com
Carmenta Engine SDK Documentation
×

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.

Thread safety: This property is not thread-safe.

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

C#
public void ImportTemporaryKey (
    System.String fileName
)

Parameters

fileName
Type: System.String
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

See Also

Reference

S63 Class
DataSets Module

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept