次の方法で共有


Rijndael.Create メソッド (String)

Rijndael アルゴリズムの特定の実装を実行する暗号オブジェクトを作成します。

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

パラメータ

  • algName
    作成する、 Rijndael の特定の実装の名前。

戻り値

暗号オブジェクト。

必要条件

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

参照

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