RSAPKCS1KeyExchangeDeformatter コンストラクター

定義

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

オーバーロード

RSAPKCS1KeyExchangeDeformatter()

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

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeDeformatter()

ソース:
RSAPKCS1KeyExchangeDeformatter.cs
ソース:
RSAPKCS1KeyExchangeDeformatter.cs
ソース:
RSAPKCS1KeyExchangeDeformatter.cs

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

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

注釈

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

こちらもご覧ください

適用対象

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

ソース:
RSAPKCS1KeyExchangeDeformatter.cs
ソース:
RSAPKCS1KeyExchangeDeformatter.cs
ソース:
RSAPKCS1KeyExchangeDeformatter.cs

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

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

パラメーター

key
AsymmetricAlgorithm

秘密キーを保持する RSA アルゴリズムのインスタンス。

例外

keynullです。

こちらもご覧ください

適用対象