RSAPKCS1KeyExchangeDeformatter 构造函数

定义

初始化 RSAPKCS1KeyExchangeDeformatter 类的新实例。

重载

RSAPKCS1KeyExchangeDeformatter()

初始化 RSAPKCS1KeyExchangeDeformatter 类的新实例。

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

使用指定的密钥初始化 RSAPKCS1KeyExchangeDeformatter 类的新实例。

RSAPKCS1KeyExchangeDeformatter()

初始化 RSAPKCS1KeyExchangeDeformatter 类的新实例。

public:
 RSAPKCS1KeyExchangeDeformatter();
public RSAPKCS1KeyExchangeDeformatter ();
Public Sub New ()

注解

用于 SetKey 在调用 DecryptKeyExchange之前建立密钥。

另请参阅

适用于

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

使用指定的密钥初始化 RSAPKCS1KeyExchangeDeformatter 类的新实例。

public:
 RSAPKCS1KeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)

参数

key
AsymmetricAlgorithm

包含私钥的 RSA 算法的实例。

例外

keynull

另请参阅

适用于