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