System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString metod
X509Certificate::GetCertHashString() const method
Hämtar SHA1 hash för det aktuella objektet som en hexadecimal sträng.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
Den hexadecimala strängen.
Se även
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
Hämtar SHA1 hash för det aktuella objektet som en hexadecimal sträng.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Parameter | Type | Beskrivning |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Hashalgoritmens namn. |
ReturnValue
Den hexadecimala strängen.
Se även
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++