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

Definition

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

Parameters

key
Byte[]
algorithm
String

Returns

Implements

Applies to