Aes.DecryptKeyWrap 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 |
|---|---|
| DecryptKeyWrap(Byte[]) | |
| DecryptKeyWrap(ReadOnlySpan<Byte>) | |
| DecryptKeyWrap(ReadOnlySpan<Byte>, Span<Byte>) |
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
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
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>