Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
GetCryptographyClientOptions interface
- Package:
- @azure/keyvault-keys
Options for getCryptographyClient.
Properties
| keyVersion | The version of the key to use for cryptographic operations. When undefined, the latest version of the key will be used. |
Property Details
keyVersion
The version of the key to use for cryptographic operations.
When undefined, the latest version of the key will be used.
keyVersion?: string
Property Value
string
