点击或拖拽改变大小

DesCryptography 构造函数

使用指定的密钥来实例化一个加密对象,该密钥右8位的字符和数字组成,例如 12345678

命名空间:  HslCommunication.Core.Security
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public DesCryptography(
	string key
)

参数

key
类型:SystemString
密钥
参见