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

RIPEMD160::Create() method

ハッシュアルゴリズムのインスタンスを作成します。

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

ReturnValue

新しく作成されたハッシュオブジェクトのインスタンス。

参照

RIPEMD160::Create(const String&) method

ハッシュアルゴリズムのインスタンスを作成します。

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

ReturnValue

新しく作成されたハッシュオブジェクトのインスタンス。

参照