CryptographyClient.IKeyEncryptionKey.UnwrapKey メソッド

定義

指定したアルゴリズムを使用して、指定した暗号化されたキーの暗号化を解除します。

byte[] IKeyEncryptionKey.UnwrapKey (string algorithm, ReadOnlyMemory<byte> encryptedKey, System.Threading.CancellationToken cancellationToken);
abstract member Azure.Core.Cryptography.IKeyEncryptionKey.UnwrapKey : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> byte[]
override this.Azure.Core.Cryptography.IKeyEncryptionKey.UnwrapKey : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> byte[]
Function UnwrapKey (algorithm As String, encryptedKey As ReadOnlyMemory(Of Byte), cancellationToken As CancellationToken) As Byte() Implements IKeyEncryptionKey.UnwrapKey

パラメーター

algorithm
String

指定した暗号化されたキーの暗号化に使用されたキー ラップ アルゴリズム。

encryptedKey
ReadOnlyMemory<Byte>

暗号化解除する暗号化されたキー。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Byte[]

暗号化解除されたキー バイト。

実装

適用対象