key property
The Key object used to initialize the cryptographic operation (CryptoOperation).
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.key |
Property values
Type: Key
The Key object used to initialize the cryptographic operation (CryptoOperation).
Remarks
If the cryptographic operation represents a keyless-operation (such as digesting), key is null.
See also
Show:
