Share via


RSAOAEPKeyExchangeDeformatter 建構函式

定義

初始化 RSAOAEPKeyExchangeDeformatter 類別的新執行個體。

多載

RSAOAEPKeyExchangeDeformatter()

初始化 RSAOAEPKeyExchangeDeformatter 類別的新執行個體。

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

使用指定的金鑰,初始化 RSAOAEPKeyExchangeDeformatter 類別的新執行個體。

RSAOAEPKeyExchangeDeformatter()

來源:
RSAOAEPKeyExchangeDeformatter.cs
來源:
RSAOAEPKeyExchangeDeformatter.cs
來源:
RSAOAEPKeyExchangeDeformatter.cs

初始化 RSAOAEPKeyExchangeDeformatter 類別的新執行個體。

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

備註

在呼叫 DecryptKeyExchange之前,使用 SetKey 來建立密鑰。

另請參閱

適用於

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

來源:
RSAOAEPKeyExchangeDeformatter.cs
來源:
RSAOAEPKeyExchangeDeformatter.cs
來源:
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

另請參閱

適用於