Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyWrapAlgorithm type
- Package:
- @azure/keyvault-keys
Supported algorithms for key wrapping/unwrapping
type KeyWrapAlgorithm =
| "A128KW"
| "A192KW"
| "A256KW"
| "RSA-OAEP"
| "RSA-OAEP-256"
| "RSA1_5"
| "CKM_AES_KEY_WRAP"
| "CKM_AES_KEY_WRAP_PAD"
