Click or drag to resize

FileSystemEntryInfoIsEncrypted Property

Gets a value indicating whether this instance is encrypted (EFS).

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

Property Value

Type: Boolean
if this instance is encrypted (EFS); otherwise, .
Remarks
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.
See Also