DecryptResult interface
Result of the decrypt(DecryptParameters, DecryptOptions) operation.
Properties
algorithm | The EncryptionAlgorithm used to decrypt the encrypted data. |
keyID | The ID of the Key Vault Key used to decrypt the encrypted data. |
result | Result of the decrypt(DecryptParameters, DecryptOptions) operation in bytes. |
Property Details
algorithm
keyID
The ID of the Key Vault Key used to decrypt the encrypted data.
keyID?: string
Property Value
string
result
Result of the decrypt(DecryptParameters, DecryptOptions) operation in bytes.
result: Uint8Array
Property Value
Uint8Array