Advanced options for file cipher operations
[FlagsAttribute] public enum CipherFileOption
<FlagsAttribute> _ Public Enumeration CipherFileOption
| Member name | Description | |
|---|---|---|
| Default | Default option | |
| PrefixIV | Prefix the IV before ciphertext in the output file (ignored for ECB mode) | |
| LeavePadding | Leave any padding in place when decrypting (ECB and CBC modes only; ignored if encrypting) |