TripleDES.Create メソッド (String)
暗号オブジェクトのインスタンスを作成し、 TripleDES アルゴリズムの指定した実装を実行します。
Overloads Public Shared Shadows Function Create( _
ByVal str As String _) As TripleDES
[C#]
public static new TripleDES Create(stringstr);
[C++]
public: static TripleDES* Create(String* str);
[JScript]
public static hide function Create(
str : String) : TripleDES;
パラメータ
- str
使用する TripleDES の特定の実装の名前。
戻り値
暗号オブジェクトのインスタンス。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TripleDES クラス | TripleDES メンバ | System.Security.Cryptography 名前空間 | TripleDES.Create オーバーロードの一覧 | 暗号サービス