RSAOAEPKeyExchangeDeformatter 构造函数

定义

初始化 RSAOAEPKeyExchangeDeformatter 类的新实例。

重载

RSAOAEPKeyExchangeDeformatter()

初始化 RSAOAEPKeyExchangeDeformatter 类的新实例。

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeDeformatter()

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

初始化 RSAOAEPKeyExchangeDeformatter 类的新实例。

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

注解

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

另请参阅

适用于

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs
Source:
RSAOAEPKeyExchangeDeformatter.cs

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

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

参数

key
AsymmetricAlgorithm

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

例外

keynull

另请参阅

适用于