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.PDF 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 | Typ | Beskrivning |
|---|---|---|
| hash_algoritm | const HashAlgorithmName& | Hash-algoritmens namn. |
ReturnValue
Den hexadecimala strängen.
Se även
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++