Enum OdfEncryptionAlgorithm
Defines encryption algorithms available when saving encrypted ODF packages. 定義儲存加密 ODF 封裝時可使用的加密演算法。
public enum OdfEncryptionAlgorithm
Fields
Aes256 = 0Uses the ODF AES-256 encryption profile. 使用 ODF AES-256 加密設定檔。
Aes256Gcm = 3Uses LibreOffice-compatible wholesome encryption with AES-256-GCM and Argon2id. 使用與 LibreOffice 相容的 AES-256-GCM 與 Argon2id 整包加密。
Blowfish = 1Uses the legacy Blowfish encryption profile. 使用舊版 Blowfish 加密設定檔。
OpenPgp = 2Uses OpenPGP encryption through a custom cryptography provider. 透過自訂密碼學提供者使用 OpenPGP 加密。