Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VerifyResult interface
- Package:
- @azure/keyvault-keys
Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation.
Properties
| keyID | The ID of the Key Vault Key used to verify the data. |
| result | Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation in bytes. |
Property Details
keyID
The ID of the Key Vault Key used to verify the data.
keyID?: string
Property Value
string
result
Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation in bytes.
result: boolean
Property Value
boolean
