RSAPKCS1KeyExchangeFormatter コンストラクター

定義

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

オーバーロード

RSAPKCS1KeyExchangeFormatter()

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

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

指定したキーで、RSAPKCS1KeyExchangeFormatter クラスの新しいインスタンスを初期化します。

RSAPKCS1KeyExchangeFormatter()

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

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

注釈

メソッドを使用して SetKey 、呼び出す CreateKeyExchange前にキー交換に使用するキーを設定します。

こちらもご覧ください

適用対象

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

指定したキーで、RSAPKCS1KeyExchangeFormatter クラスの新しいインスタンスを初期化します。

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

パラメーター

key
AsymmetricAlgorithm

公開キーを保持している RSA アルゴリズムのインスタンス。

例外

keynullです。

こちらもご覧ください

適用対象