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