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