System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash method
X509Certificate::GetCertHash() const method
Haalt de hash op voor het huidige object als een byte‑array.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
De hashwaarde.
Zie ook
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
Haalt de hash op voor het huidige object als een byte‑array.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| Parameter | Type | Beschrijving |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Naam van hash-algoritme. |
ReturnValue
De hashwaarde.
Zie ook
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++