Click or drag to resize

FileEncryptionStatus Enumeration

Represents the encryption status of the specified file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum FileEncryptionStatus
Members
  Member nameValueDescription
Encryptable0The file can be encrypted.
Encrypted1The file is encrypted.
SystemFile2The file is a system file. System files cannot be encrypted.
RootDirectory3The file is a root directory. Root directories cannot be encrypted.
SystemDirectory4The file is a system directory. System directories cannot be encrypted.
Unknown5The encryption status is unknown. The file may be encrypted.
NoFilesystemSupport6The file system does not support file encryption.
UserDisallowed7Reserved for future use.
ReadOnly8The file is a read-only file.
See Also