keyUsage property
Indicates what type of cryptographic operations may be used with this key.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.keyUsage |
Property values
Type: sequence<KeyUsage>
An array with possible string values of: encrypt, decrypt, sign, verify, deriveBits, deriveKey, wrapKey, or unwrapKey
See also
Show:
