 | DESEncryptDecrypt 方法 |
Sweet 开发框架
解密
命名空间:
Sweet.Common.DotNetEncrypt
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string Decrypt(
string MiWen,
string KeyString
)
Public Shared Function Decrypt (
MiWen As String,
KeyString As String
) As String
static member Decrypt :
MiWen : string *
KeyString : string -> string
参数
- MiWen
- 类型:SystemString
解密字符串 - KeyString
- 类型:SystemString
解密key ;解密key 要与加密key一致
返回值
类型:
String[缺少 "M:Sweet.Common.DotNetEncrypt.DESEncrypt.Decrypt(System.String,System.String)" 的 <returns> 文档]
参见