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 中) 版本:12.1.2.0 (12.1.2.0)
语法 string Decrypt(
string data
)
Function Decrypt (
data As String
) As String
String^ Decrypt(
String^ data
)
abstract Decrypt :
data : string -> string
参数
- data
- 类型:SystemString
base64编码的字符串数据
返回值
类型:
String最终的解析完成的字符串
参见