Compartir a través de


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

Definición

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())

Parámetros

encryptedKey
Byte[]
algorithm
String

Devoluciones

Task<Byte[]>

Se aplica a