Microsoft.Win32.Win32Native.EncryptFile C# (CSharp) Method

EncryptFile() private method

private EncryptFile ( String path ) : bool
path String
return bool
        internal static extern bool EncryptFile(String path);