Metodo System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash
X509Certificate::GetCertHash() const method
Ottiene l’hash dell’oggetto corrente come array di byte.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
Il valore hash.
Vedi anche
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
Ottiene l’hash dell’oggetto corrente come array di byte.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Nome dell’algoritmo di hash. |
ReturnValue
Il valore hash.
Vedi anche
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++