次の方法で共有


RSA.Create メソッド

RSA の特定の実装のインスタンス化を許可します。

オーバーロードの一覧

RSA アルゴリズムの既定の実装のインスタンスを作成します。

[Visual Basic] Overloads Public Shared Shadows Function Create() As RSA

[C#] public static new RSA Create();

[C++] public: static RSA* Create();

[JScript] public static hide function Create() : RSA;

RSA の指定した実装のインスタンスを作成します。

[Visual Basic] Overloads Public Shared Shadows Function Create(String) As RSA

[C#] public static new RSA Create(string);

[C++] public: static RSA* Create(String*);

[JScript] public static hide function Create(String) : RSA;

参照

RSA クラス | RSA メンバ | System.Security.Cryptography 名前空間