Aes.EncryptKeyWrap Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| EncryptKeyWrap(ReadOnlySpan<Byte>, Span<Byte>) | |
| EncryptKeyWrap(ReadOnlySpan<Byte>) | |
| EncryptKeyWrap(Byte[]) |
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>
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
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[]