System::Security::Cryptography::MD5::Create method

MD5::Create() method

MD5 アルゴリズムを作成します。

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

ReturnValue

新しく作成されたアルゴリズムオブジェクトです。

参照

MD5::Create(const String&) method

MD5 アルゴリズムを作成します。

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

ReturnValue

新しく作成されたアルゴリズムオブジェクトです。

参照