System::Security::Cryptography::SHA512::Create 메서드
SHA512::Create() method
해시 알고리즘 인스턴스를 생성합니다.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
새로 생성된 해시 인스턴스.
또 보기
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA512::Create(const String&) method
해시 알고리즘 인스턴스를 생성합니다.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| algName | const String& | 값은 “System.Security.Cryptography.SHA512"이어야 합니다. |
ReturnValue
새로 생성된 해시 인스턴스.
또 보기
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++