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