FileDEncryptDecryptFile Method | Helper帮助文档 |
解密文件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool DecryptFile( string filePath, string savePath, string keyStr )
Public Function DecryptFile ( filePath As String, savePath As String, keyStr As String ) As Boolean
public: bool DecryptFile( String^ filePath, String^ savePath, String^ keyStr )
member DecryptFile : filePath : string * savePath : string * keyStr : string -> bool
Parameters
- filePath
- Type: SystemString
输入文件路径 - savePath
- Type: SystemString
解密后输出文件路径 - keyStr
- Type: SystemString
密码,可以为“”
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.FileDEncrypt.DecryptFile(System.String,System.String,System.String)"]
See Also