RSAOAEPKeyExchangeDeformatter コンストラクター

定義

RSAOAEPKeyExchangeDeformatter クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
RSAOAEPKeyExchangeDeformatter()

RSAOAEPKeyExchangeDeformatter クラスの新しいインスタンスを初期化します。

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

指定したキーを使用して、 RSAOAEPKeyExchangeDeformatter クラスの新しいインスタンスを初期化します。

RSAOAEPKeyExchangeDeformatter()

ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
RSAOAEPKeyExchangeDeformatter.cs

RSAOAEPKeyExchangeDeformatter クラスの新しいインスタンスを初期化します。

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

注釈

SetKeyを呼び出す前に、DecryptKeyExchangeを使用してキーを確立します。

こちらもご覧ください

適用対象

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
RSAOAEPKeyExchangeDeformatter.cs
ソース:
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です。

こちらもご覧ください

適用対象