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

SHA384::Create() method

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

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

ReturnValue

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

参照

SHA384::Create(const String&) method

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

static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create(const String &algName)
パラメーター説明
algNameconst String&次のようである必要があります “System.Security.Cryptography.SHA384”。

ReturnValue

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

参照