次の方法で共有


DecryptResult interface

プロパティ

algorithm

EncryptionAlgorithm 暗号化されたデータの暗号化解除に使用されます。

keyID

暗号化されたデータの暗号化解除に使用される Key Vault キーの ID。

result

decrypt(DecryptParameters, DecryptOptions) 操作の結果 (バイト単位)。

プロパティの詳細

algorithm

EncryptionAlgorithm 暗号化されたデータの暗号化解除に使用されます。

algorithm: string

プロパティ値

string

keyID

暗号化されたデータの暗号化解除に使用される Key Vault キーの ID。

keyID?: string

プロパティ値

string

result

decrypt(DecryptParameters, DecryptOptions) 操作の結果 (バイト単位)。

result: Uint8Array

プロパティ値

Uint8Array