System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash metodo
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.Page 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 hash. |
ReturnValue
Il valore hash.
Vedi anche
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++