Skip to content

libsodium.PKI.KeyPair.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

libsodium.PKI.KeyPair.Constructor

Method Signature

Protected Sub Constructor(PrivateKeyData As MemoryBlock, PublicKeyData As MemoryBlock)

Parameters

Name Type Comment
PrivateKeyData MemoryBlock The private half of the keypair.
PublicKeyData MemoryBlock The public half of the keypair.

Remarks

Securely stores the key pair. If libsodium is not available at runtime, a PlatformNotSupportedException will be raised.

Clone this wiki locally