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; }
Public ReadOnly Property IsEncrypted As Boolean
Get
public:
property bool IsEncrypted {
bool get ();
}
member IsEncrypted : bool with get
Property Value
Type:
BooleanSee Also