Package version:

Interface DecryptResult

Result of the decrypt operation.

Hierarchy

  • DecryptResult

Properties

Properties

algorithm: string

The EncryptionAlgorithm used to decrypt the encrypted data.

keyID?: string

The ID of the Key Vault Key used to decrypt the encrypted data.

result: Uint8Array

Result of the decrypt operation in bytes.

Generated using TypeDoc