次の方法で共有


AsymmetricAlgorithm コンストラクタ

AsymmetricAlgorithm の新しいインスタンスを初期化します。

Protected Sub New()
[C#]
protected AsymmetricAlgorithm();
[C++]
protected: AsymmetricAlgorithm();
[JScript]
protected function AsymmetricAlgorithm();

例外

例外の種類 条件
CryptographicException 非対称アルゴリズムの派生クラスの実装が有効ではありません。

解説

抽象クラスのインスタンスは作成できません。アプリケーション コードによって派生クラスの新しいインスタンスが作成されます。 RSACryptoServiceProvider および DSACryptoServiceProvider だけが現在サポートされている実装です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

AsymmetricAlgorithm クラス | AsymmetricAlgorithm メンバ | System.Security.Cryptography 名前空間 | 暗号サービス