Click or drag to resize

FileSystemEntryInfoIsEncrypted Property

The instance is encrypted. For a file, this means that all data in the file is encrypted. For a directory, this means that encryption is the default for newly created files and directories.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public bool IsEncrypted { get; }

Property Value

Type: Boolean
See Also