Método System::Security::Cryptography::RSACryptoServiceProvider::SignHash
Contenido
[
Ocultar
]RSACryptoServiceProvider::SignHash(ByteArrayPtr, HashAlgorithmName, SharedPtr<RSASignaturePadding>) method
Calcula la firma para el valor hash especificado.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| hash | ByteArrayPtr | Valor hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo de hash. |
| padding | SharedPtr<RSASignaturePadding> | Modo de relleno. devuelve la firma RSA para el hash especificado. |
Ver también
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
RSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method
Calcula la firma del valor de entrada especificado. No implementado.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Valor hash de los datos a firmar. |
| str | const String& | Identificador del algoritmo de hash usado para crear el hash. |
ReturnValue
RSA signature for specified data.
Ver también
- Typedef ByteArrayPtr
- Class String
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++