Language

Aes.EncryptKeyWrap Method

Definition

Overloads

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

public:
 void EncryptKeyWrap(ReadOnlySpan<System::Byte> plaintext, Span<System::Byte> destination);
public void EncryptKeyWrap(ReadOnlySpan<byte> plaintext, Span<byte> destination);
member this.EncryptKeyWrap : ReadOnlySpan<byte> * Span<byte> -> unit
Public Sub EncryptKeyWrap (plaintext As ReadOnlySpan(Of Byte), destination As Span(Of Byte))

Parameters

plaintext
ReadOnlySpan<Byte>
destination
Span<Byte>

Applies to

EncryptKeyWrap(ReadOnlySpan<Byte>)

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

Parameters

plaintext
ReadOnlySpan<Byte>

Returns

Byte[]

Applies to

EncryptKeyWrap(Byte[])

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

Parameters

plaintext
Byte[]

Returns

Byte[]

Applies to