FileEncryptionStatus Enumeration |
Represents the encryption status of the specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public enum FileEncryptionStatus
Public Enumeration FileEncryptionStatus
public enum class FileEncryptionStatus
type FileEncryptionStatus
Members
| Member name | Value | Description |
---|
| Encryptable | 0 | The file can be encrypted. |
| Encrypted | 1 | The file is encrypted. |
| SystemFile | 2 | The file is a system file. System files cannot be encrypted. |
| RootDirectory | 3 | The file is a root directory. Root directories cannot be encrypted. |
| SystemDirectory | 4 | The file is a system directory. System directories cannot be encrypted. |
| Unknown | 5 | The encryption status is unknown. The file may be encrypted. |
| NoFilesystemSupport | 6 | The file system does not support file encryption. |
| UserDisallowed | 7 | Reserved for future use. |
| ReadOnly | 8 | The file is a read-only file. |
See Also