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
| Parameter | Type | Açıklama |
|---|---|---|
| özet | ByteArrayPtr | Hash değeri. |
| hash_algorithm | HashAlgorithmName | Hash algoritması. |
| padding | SharedPtr<RSASignaturePadding> | Padding mode. 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.Page 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)
| Parameter | Type | Açıklama |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | İmzalanacak verinin hash değeri. |
| str | const String& | Hash’i 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.Page for C++