Enum EncryptionMethod
EncryptionMethod enumeration
Verschlüsselungs-/Entschlüsselungsmethoden können mit Zip-Archiv verwendet werden.
public enum EncryptionMethod : ushort
Werte
Name | Wert | Beschreibung |
---|---|---|
Traditional | 1 | Herkömmliche PKWARE-Verschlüsselung. |
AES128 | 26126 | Advanced Encryption Standard mit Schlüssellänge 128 Bit. |
AES192 | 26127 | Advanced Encryption Standard mit Schlüssellänge 192 Bit. |
AES256 | 26128 | Advanced Encryption Standard mit Schlüssellänge 256 Bit. |
Siehe auch
- namensraum Aspose.Zip.Saving
- Montage Aspose.Zip