FileGetEncryptionStatus Method (String) |
[AlphaFS] Retrieves the encryption status of the specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileEncryptionStatus GetEncryptionStatus(
string path
)
Public Shared Function GetEncryptionStatus (
path As String
) As FileEncryptionStatus
public:
static FileEncryptionStatus GetEncryptionStatus(
String^ path
)
static member GetEncryptionStatus :
path : string -> FileEncryptionStatus
Parameters
- path
- Type: SystemString
The name of the file.
Return Value
Type:
FileEncryptionStatusThe
FileEncryptionStatus of the specified
path.
See Also