Partager via


IKey.UnwrapKeyAsync(Byte[], String, CancellationToken) Méthode

Définition

public System.Threading.Tasks.Task<byte[]> UnwrapKeyAsync (byte[] encryptedKey, string algorithm, System.Threading.CancellationToken token);
abstract member UnwrapKeyAsync : byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Function UnwrapKeyAsync (encryptedKey As Byte(), algorithm As String, token As CancellationToken) As Task(Of Byte())

Paramètres

encryptedKey
Byte[]
algorithm
String

Retours

Task<Byte[]>

S’applique à