publicKey property

Provides access to KeyPair's public key.

This property is read/write.

IE11

 

Syntax

JavaScript
object.publicKey = ptr
ptr = object.publicKey

 

Property values

Type: Key

Public key object.

Remarks

For an example, see KeyPair.

See also

KeyPair

 

 

Show: