v8
latestSwagger 2.02026-07-13254292.3 KBVerifies a signature using a specified key.
The VERIFY operation is applicable to symmetric keys stored in Azure Key Vault. VERIFY is not strictly necessary for asymmetric keys stored in Azure Key Vault since signature verification can be performed using the public portion of the key but this operation is supported as a convenience for callers that only have a key-reference and not the public portion of the key. This operation requires the keys/verify permission.
post/keys/{key-name}/{key-version}/verify
Path parameters
key-namestring required
The name of the key.
key-versionstring required
The version of the key.
Query parameters
api-versionstring required
The API version to use for this operation.
Request body
Response
The request has succeeded.