IKey.WrapKeyAsync(Byte[], String, CancellationToken) Method

Definition

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

Parameters

key
Byte[]
algorithm
String

Returns

Applies to