This documentation is archived and is not being maintained.
publicKey property
Provides access to KeyPair's public key.
This property is read/write.
Syntax
| JavaScript |
object.publicKey = ptr
ptr = object.publicKey
|
Property values
Type: Key
Public key object.
Remarks
For an example, see KeyPair.
See also
-
KeyPair