点击或拖拽改变大小

HslCertificate 构造函数 (RSACryptoServiceProvider, RSACryptoServiceProvider)

使用指定的公钥,私钥来实例化一个的对象
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(
	RSACryptoServiceProvider pubKey,
	RSACryptoServiceProvider priKey
)

参数

pubKey
类型:System.Security.CryptographyRSACryptoServiceProvider
公钥的对象
priKey
类型:System.Security.CryptographyRSACryptoServiceProvider
私钥的对象
参见