点击或拖拽改变大小

HslCertificate 构造函数 (Byte, Byte)

使用指定的公钥,私钥来实例化一个的对象
An object is instantiated using the specified public key and private key

命名空间:  HslCommunication.Core.Security
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public HslCertificate(
	byte[] pubKey,
	byte[] priKey
)

参数

pubKey
类型:SystemByte
公钥的二进制数据
priKey
类型:SystemByte
私钥的二进制数据
参见