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