public enum DecryptionStatusPublic Enumeration DecryptionStatuspublic enum class DecryptionStatustype DecryptionStatus| FileNotProtected | 0 | File is not protected |
| OwnerPassword | 1 | File was decrypted with owner password |
| UserPassword | 2 | File was decrypted with user password |
| InvalidPassword | 3 | Decryption failed |
| Unsupported | 4 | No support for encryption method used |
| GetDescription | (Defined by EnumExtensions) |
| ToReadableString | (Defined by EnumExtensions) |