共用方式為


RSAOAEPKeyExchangeFormatter 建構函式

定義

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

多載

RSAOAEPKeyExchangeFormatter()

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

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeFormatter()

來源:
RSAOAEPKeyExchangeFormatter.cs
來源:
RSAOAEPKeyExchangeFormatter.cs
來源:
RSAOAEPKeyExchangeFormatter.cs

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

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

備註

在呼叫 CreateKeyExchange之前,使用 SetKey 來設定索引鍵。

另請參閱

適用於

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

來源:
RSAOAEPKeyExchangeFormatter.cs
來源:
RSAOAEPKeyExchangeFormatter.cs
來源:
RSAOAEPKeyExchangeFormatter.cs

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

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

參數

key
AsymmetricAlgorithm

保存公開金鑰的 RSA 演算法執行個體。

例外狀況

keynull

另請參閱

適用於