Taal

Aes.DecryptKeyWrap Method

Definition

Overloads

DecryptKeyWrap(Byte[])

public:
 cli::array <System::Byte> ^ DecryptKeyWrap(cli::array <System::Byte> ^ ciphertext);
public byte[] DecryptKeyWrap(byte[] ciphertext);
member this.DecryptKeyWrap : byte[] -> byte[]
Public Function DecryptKeyWrap (ciphertext As Byte()) As Byte()

Parameters

ciphertext
Byte[]

Returns

Byte[]

Applies to

DecryptKeyWrap(ReadOnlySpan<Byte>)

public:
 cli::array <System::Byte> ^ DecryptKeyWrap(ReadOnlySpan<System::Byte> ciphertext);
public byte[] DecryptKeyWrap(ReadOnlySpan<byte> ciphertext);
member this.DecryptKeyWrap : ReadOnlySpan<byte> -> byte[]
Public Function DecryptKeyWrap (ciphertext As ReadOnlySpan(Of Byte)) As Byte()

Parameters

ciphertext
ReadOnlySpan<Byte>

Returns

Byte[]

Applies to

DecryptKeyWrap(ReadOnlySpan<Byte>, Span<Byte>)

public:
 int DecryptKeyWrap(ReadOnlySpan<System::Byte> ciphertext, Span<System::Byte> destination);
public int DecryptKeyWrap(ReadOnlySpan<byte> ciphertext, Span<byte> destination);
member this.DecryptKeyWrap : ReadOnlySpan<byte> * Span<byte> -> int
Public Function DecryptKeyWrap (ciphertext As ReadOnlySpan(Of Byte), destination As Span(Of Byte)) As Integer

Parameters

ciphertext
ReadOnlySpan<Byte>
destination
Span<Byte>

Returns

Applies to