Aes.DecryptKeyWrapCore(ReadOnlySpan<Byte>, Span<Byte>) 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.
protected:
virtual int DecryptKeyWrapCore(ReadOnlySpan<System::Byte> source, Span<System::Byte> destination);
protected virtual int DecryptKeyWrapCore(ReadOnlySpan<byte> source, Span<byte> destination);
abstract member DecryptKeyWrapCore : ReadOnlySpan<byte> * Span<byte> -> int
override this.DecryptKeyWrapCore : ReadOnlySpan<byte> * Span<byte> -> int
Protected Overridable Function DecryptKeyWrapCore (source As ReadOnlySpan(Of Byte), destination As Span(Of Byte)) As Integer
Parameters
- source
- ReadOnlySpan<Byte>