HslCertificate 构造函数 (RSACryptoServiceProvider, RSACryptoServiceProvider) |
使用指定的公钥,私钥来实例化一个的对象
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(
RSACryptoServiceProvider pubKey,
RSACryptoServiceProvider priKey
)
Public Sub New (
pubKey As RSACryptoServiceProvider,
priKey As RSACryptoServiceProvider
)
public:
HslCertificate(
RSACryptoServiceProvider^ pubKey,
RSACryptoServiceProvider^ priKey
)
new :
pubKey : RSACryptoServiceProvider *
priKey : RSACryptoServiceProvider -> HslCertificate
参数
- pubKey
- 类型:System.Security.CryptographyRSACryptoServiceProvider
公钥的对象 - priKey
- 类型:System.Security.CryptographyRSACryptoServiceProvider
私钥的对象
参见