DecryptResult interface

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

The EncryptionAlgorithm used to decrypt the encrypted data.

algorithm: string

Property Value

string

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