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.Page for C++
SHA256::Create(const String&) method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA256> System::Security::Cryptography::SHA256::Create(const String &algName)
| Parameter | Type | Açıklama |
|---|---|---|
| algName | const String& | Şu olmalıdır: “System.Security.Cryptography.SHA256”. |
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.Page for C++