System::Security::Cryptography::RSACryptoServiceProvider::SignHash metodo
Contenuti
[
Nascondere
]RSACryptoServiceProvider::SignHash(ByteArrayPtr, HashAlgorithmName, SharedPtr<RSASignaturePadding>) method
Calcola la firma per il valore hash specificato.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| hash | ByteArrayPtr | Valore hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo hash. |
| padding | SharedPtr<RSASignaturePadding> | Modalità di padding. restituisce la firma RSA per l’hash specificato. |
Vedi anche
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method
Calcola la firma del valore di input specificato. Non implementato.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Valore hash dei dati da firmare. |
| str | const String& | Identificatore dell’algoritmo hash usato per creare l’hash. |
ReturnValue
RSA signature for specified data.
Vedi anche
- Typedef ByteArrayPtr
- Class String
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++