次の方法で共有


DSA.Create メソッド (String)

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

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

パラメータ

  • algName
    使用する DSA の特定の実装の名前。

戻り値

非対象アルゴリズムを実行するために使用する暗号オブジェクト。

解説

DSA では、System.Security.Cryptography.DSA という名前を使用します。

必要条件

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

参照

DSA クラス | DSA メンバ | System.Security.Cryptography 名前空間 | DSA.Create オーバーロードの一覧 | 暗号サービス