Click or drag to resize

FileGetEncryptionStatus Method (String)

[AlphaFS] Retrieves the encryption status of the specified file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static FileEncryptionStatus GetEncryptionStatus(
	string path
)

Parameters

path
Type: SystemString
The name of the file.

Return Value

Type: FileEncryptionStatus
The FileEncryptionStatus of the specified path.
See Also