DeterministicEncryption..::..Decrypt Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Decrypt(array<Byte>[]()[][]) |
Decrypts the specified cipher bytes using AES encryption.
|
|
|
Decrypt(Span<(Of <<'(Byte>)>>)) |
Decrypts the data represented by a Span<byte>
|
|
|
Decrypt(Memory<(Of <<'(Byte>)>>)) |
Decrypts the data represented by a Memory<byte>.
|

