HslCertificate 构造函数 (Byte, Byte) |
使用指定的公钥,私钥来实例化一个的对象
An object is instantiated using the specified public key and private key
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public HslCertificate(
byte[] pubKey,
byte[] priKey
)
Public Sub New (
pubKey As Byte(),
priKey As Byte()
)
public:
HslCertificate(
array<unsigned char>^ pubKey,
array<unsigned char>^ priKey
)
new :
pubKey : byte[] *
priKey : byte[] -> HslCertificate
参数
- pubKey
- 类型:SystemByte
公钥的二进制数据 - priKey
- 类型:SystemByte
私钥的二进制数据
参见