次の方法で共有


DES.Create メソッド (String)

暗号オブジェクトのインスタンスを作成して、 DES (Data Encryption Standard) アルゴリズムの指定した実装を実行します。

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

パラメータ

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

戻り値

暗号オブジェクト。

必要条件

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

参照

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