This documentation is archived and is not being maintained.
result property
The result of the current cryptographic operation.
This property is read-only.
Syntax
| JavaScript |
ptr = object.result
|
Property values
Type: any
The algorithm-specific result for the current cryptographic operation. If an error occurs, result is null.
See also
-
CryptoOperation
-
KeyOperation