FileDEncrypt Class
From HD.Common
| FileDEncrypt Class | Helper帮助文档 |
文件加解密帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FileDEncrypt
Public Class FileDEncrypt
public ref class FileDEncrypt
type FileDEncrypt = class end
The FileDEncrypt type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FileDEncrypt |
构造函数
|
Methods
| Name | Description | |
|---|---|---|
| DecryptFile |
解密文件
| |
| EncryptFile |
加密文件
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also