使用指定的密钥来实例化一个加密对象,该密钥右8位的字符和数字组成,例如 12345678
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public DesCryptography(
string key
)
Public Sub New (
key As String
)
public:
DesCryptography(
String^ key
)
new :
key : string -> DesCryptography
参数
- key
- 类型:SystemString
密钥
参见