点击或拖拽改变大小

AesCryptographyDecrypt 方法 (Byte)

对原始的数据进行解密的操作,返回解密之后的二进制原始数据
Decrypt the original data and return the decrypted binary original data

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

参数

data
类型:SystemByte
等待解密的数据

返回值

类型:Byte
解密之后的原始二进制数据

实现

ICryptographyDecrypt(Byte)
参见