Skip to content

libsodium.PKI.PublicKey.Export

Andrew Lambert edited this page Jan 21, 2023 · 1 revision

Method Signatures

 Function Export(SaveTo As FolderItem, Optional Passwd As libsodium.Password, OverWrite As Boolean = False) As Boolean
 Function Export(Optional Passwd As libsodium.Password) As MemoryBlock

Parameters

Export(FolderItem, libsodium.Password, Boolean) As Boolean

Name Type Comment
SaveTo FolderItem The file to export the key to.
Passwd Password Optional. The password with which to encrypt the key before exporting.
Overwrite Boolean Optional. If True, existing files are overwritten.

Export(libsodium.Password) As MemoryBlock

Name Type Comment
Passwd Password Optional. The password with which to encrypt the key before exporting.

Remarks

Exports the PublicKey in a format that is understood by PublicKey.Import.

Clone this wiki locally