System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString method
X509Certificate::GetCertHashString() const method
Haalt de SHA1 hash op voor het huidige object als een hexadecimale string.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
De hexadecimale string.
Zie ook
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
Haalt de SHA1 hash op voor het huidige object als een hexadecimale string.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Parameter | Type | Beschrijving |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Naam van hash-algoritme. |
ReturnValue
De hexadecimale string.
Zie ook
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++