System::Security::Cryptography::SHA256::Create yöntemi
SHA256::Create() method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create()
ReturnValue
Yeni oluşturulan hasher örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class SHA256
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA256::Create(const String&) method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create(const String &algName)
| Parametre | Tür | Açıklama |
|---|---|---|
| algName | const String& | “System.Security.Cryptography.SHA256” olmalıdır. |
ReturnValue
Yeni oluşturulan hasher örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class SHA256
- Class String
- Class SHA256
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++