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です。

こちらもご覧ください

適用対象