RSAOAEPKeyExchangeFormatter コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > RSAOAEPKeyExchangeFormatter コンストラクタの意味・解説 

RSAOAEPKeyExchangeFormatter コンストラクタ (AsymmetricAlgorithm)

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

名前空間: System.Security.Cryptography
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    key As AsymmetricAlgorithm _
)
Dim key As AsymmetricAlgorithm

Dim instance As New RSAOAEPKeyExchangeFormatter(key)
public RSAOAEPKeyExchangeFormatter (
    AsymmetricAlgorithm key
)
public:
RSAOAEPKeyExchangeFormatter (
    AsymmetricAlgorithm^ key
)
public RSAOAEPKeyExchangeFormatter (
    AsymmetricAlgorithm key
)
public function RSAOAEPKeyExchangeFormatter
 (
    key : AsymmetricAlgorithm
)

パラメータ

key

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

使用例使用例

RSA キー指定して RSAOAEPKeyExchangeFormatter構築する方法次のコード例示します。このコード例は、RSAOAEPKeyExchangeFormatter クラストピック取り上げているコード例一部分です。

Dim keyEncryptor As New
 RSAOAEPKeyExchangeFormatter(rsaKey)
RSAOAEPKeyExchangeFormatter keyEncryptor =
    new RSAOAEPKeyExchangeFormatter(rsaKey);
RSAOAEPKeyExchangeFormatter^ keyEncryptor =
   gcnew RSAOAEPKeyExchangeFormatter( rsaKey );
RSAOAEPKeyExchangeFormatter keyEncryptor 
    = new RSAOAEPKeyExchangeFormatter(rsaKey);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
RSAOAEPKeyExchangeFormatter クラス
RSAOAEPKeyExchangeFormatter メンバ
System.Security.Cryptography 名前空間
その他の技術情報
暗号サービス

RSAOAEPKeyExchangeFormatter コンストラクタ

RSAOAEPKeyExchangeFormatter クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
RSAOAEPKeyExchangeFormatter () RSAOAEPKeyExchangeFormatter クラス新しインスタンス初期化します。
RSAOAEPKeyExchangeFormatter (AsymmetricAlgorithm) 指定したキー使用してRSAOAEPKeyExchangeFormatter クラス新しインスタンス初期化します。
参照参照

関連項目

RSAOAEPKeyExchangeFormatter クラス
RSAOAEPKeyExchangeFormatter メンバ
System.Security.Cryptography 名前空間

その他の技術情報

暗号サービス

RSAOAEPKeyExchangeFormatter コンストラクタ ()

RSAOAEPKeyExchangeFormatter クラス新しインスタンス初期化します。

名前空間: System.Security.Cryptography
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Dim instance As New RSAOAEPKeyExchangeFormatter
public RSAOAEPKeyExchangeFormatter ()
public:
RSAOAEPKeyExchangeFormatter ()
public RSAOAEPKeyExchangeFormatter ()
public function RSAOAEPKeyExchangeFormatter
 ()
解説解説

CreateKeyExchange を呼び出す前に、SetKey を使用してキー設定します

使用例使用例

RSAOAEPKeyExchangeFormatter コンストラクタ使用して空の OAEP キー交換作成する方法次のコード例示します。このコード例は、RSAOAEPKeyExchangeFormatter クラストピック取り上げているコード例一部分です。

Dim rsaFormatter = New RSAOAEPKeyExchangeFormatter
RSAOAEPKeyExchangeFormatter rsaFormatter =
    new RSAOAEPKeyExchangeFormatter();
RSAOAEPKeyExchangeFormatter^ rsaFormatter = gcnew RSAOAEPKeyExchangeFormatter;
RSAOAEPKeyExchangeFormatter rsaFormatter 
    = new RSAOAEPKeyExchangeFormatter();
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
RSAOAEPKeyExchangeFormatter クラス
RSAOAEPKeyExchangeFormatter メンバ
System.Security.Cryptography 名前空間
その他の技術情報
暗号サービス



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「RSAOAEPKeyExchangeFormatter コンストラクタ」の関連用語

RSAOAEPKeyExchangeFormatter コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



RSAOAEPKeyExchangeFormatter コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS