Edit

Share via


Aes.EncryptKeyWrapPadded Method

Definition

Overloads

EncryptKeyWrapPadded(Byte[])

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

Parameters

plaintext
Byte[]

Returns

Byte[]

Applies to

EncryptKeyWrapPadded(ReadOnlySpan<Byte>)

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

Parameters

plaintext
ReadOnlySpan<Byte>

Returns

Byte[]

Applies to

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

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

Parameters

plaintext
ReadOnlySpan<Byte>
destination
Span<Byte>

Applies to