System::Security::Cryptography::RSACryptoServiceProvider::SignHash metodu
İçindekiler
[
Saklamak
]RSACryptoServiceProvider::SignHash(ByteArrayPtr, HashAlgorithmName, SharedPtr<RSASignaturePadding>) method
Belirtilen hash değeri için imzayı hesaplar.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding) override
| Parametre | Tür | Açıklama |
|---|---|---|
| hash | ByteArrayPtr | Hash değeri. |
| hash_algorithm | HashAlgorithmName | Hash algoritması. |
| padding | SharedPtr<RSASignaturePadding> | Dolgu modu. Belirtilen hash için RSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method
Belirtilen giriş değerinin imzasını hesaplar. Henüz uygulanmadı.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parametre | Tür | Açıklama |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | İmzalanacak verinin hash değeri. |
| str | const String& | Hash oluşturmak için kullanılan hash algoritması tanımlayıcısı. |
ReturnValue
RSA signature for specified data.
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class String
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++