点击或拖拽改变大小

AesCryptographyEncrypt 方法 (Byte)

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

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

参数

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

返回值

类型:Byte
加密之后的二进制数据

实现

ICryptographyEncrypt(Byte)
参见