Functions.CryptRaw 方法 | |
Encrypt or decrypt a string handling its characters as single bytes (high order byte is ignored)
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION CryptRaw(
cSource AS STRING,
cKey AS STRING
) AS STRING
public static string CryptRaw(
string cSource,
string cKey
)
查看代码参数
- cSource
- 类型:String
Text that must be encrypted - cKey
- 类型:String
Key to use for the encryption
返回值
类型:
StringEncrypted text. This has the same length as the original text
参见