System::Security::Cryptography::DSA::Create メソッド

DSA::Create() method

デフォルトの DSA アルゴリズム実装を作成します。

static SharedPtr<DSA> System::Security::Cryptography::DSA::Create()

ReturnValue

DSA algorithm object.

参照

DSA::Create(const DSAParameters&) method

指定されたパラメーターでデフォルトの DSA アルゴリズム実装を作成します。

static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const DSAParameters &parameters)
パラメーター説明
parametersconst DSAParameters&DSA アルゴリズムのパラメーター。

参照

DSA::Create(const String&) method

デフォルトの DSA アルゴリズム実装を作成します。

static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const String &alg_name)
パラメーター説明
alg_nameconst String&「System.Security.Cryptography.DSACryptoServiceProvider」である必要があります。

ReturnValue

DSA algorithm object.

参照

DSA::Create(int32_t) method

指定されたキーサイズでデフォルトの DSA アルゴリズム実装を作成します。

static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(int32_t key_size_in_bits)
パラメーター説明
key_size_in_bitsint32_t鍵サイズ(ビット単位)。

参照