点击或拖拽改变大小

ICryptographyEncrypt 方法 (Byte)

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

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

参数

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

返回值

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