次の方法で共有


AsymmetricAlgorithm.Create メソッド (String)

非対称アルゴリズムを実行するために使用する、指定された暗号オブジェクトのインスタンスを作成します。

Overloads Public Shared Function Create( _
   ByVal algName As String _) As AsymmetricAlgorithm
[C#]
public static AsymmetricAlgorithm Create(stringalgName);
[C++]
public: static AsymmetricAlgorithm* Create(String* algName);
[JScript]
public static function Create(
   algName : String) : AsymmetricAlgorithm;

パラメータ

戻り値

非対称アルゴリズムを実行するために使用する暗号オブジェクトのインスタンス。

必要条件

プラットフォーム: 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 名前空間 | AsymmetricAlgorithm.Create オーバーロードの一覧 | 暗号サービス