Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "EncryptFile" in [All]

advapi32

. .
Summary
EncryptFile turns on file level system encryption for a specific file or folder
.

static extern bool EncryptFile(string filename);

.

Declare Function EncryptFile Lib "advapi32.dll" (TODO) As TODO

.

static extern bool EncryptFile(string filename);

.

if(EncryptFile(FileName)){

.
Documentation
[Encryptfile] on MSDN

 
Access PInvoke.net directly from VS: