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++