System::Security::Cryptography::MD5::Create method
MD5::Create() method
MD5 アルゴリズムを作成します。
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
新しく作成されたアルゴリズムオブジェクトです。
参照
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
MD5::Create(const String&) method
MD5 アルゴリズムを作成します。
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| パラメーター | 型 | 説明 |
|---|---|---|
| algName | const String& | “System.Security.Cryptography.MD5” である必要があります。 |
ReturnValue
新しく作成されたアルゴリズムオブジェクトです。
参照
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++