点击或拖拽改变大小

ICryptographyDecrypt 方法 (String)

针对Base64字符串进行解密操作,转为二进制数据后进行解密,解密之后使用UTF8编码获取最终的字符串数据
Decrypt the Base64 string, convert it to binary data, and decrypt it. After decryption, use UTF8 encoding to obtain the final string data.

命名空间:  HslCommunication.Core.Security
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
string Decrypt(
	string data
)

参数

data
类型:SystemString
base64编码的字符串数据

返回值

类型:String
最终的解析完成的字符串
参见