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

SHA512::Create() method

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

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

ReturnValue

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

参照

SHA512::Create(const String&) method

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

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

ReturnValue

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

参照