次の方法で共有


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

こちらもご覧ください

適用対象