DeterministicEncryption..::..Encrypt Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Encrypt(array<Byte>[]()[][]) |
Encrypts the given byte array using deterministic AES encryption.
|
|
|
Encrypt(Span<(Of <<'(Byte>)>>)) |
Encrypts the given span of bytes using deterministic AES encryption.
|
|
|
Encrypt(Memory<(Of <<'(Byte>)>>)) |
Encrypts the given memory block of bytes using deterministic AES encryption.
|

