System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash metod
X509Certificate::GetCertHash() const method
Hämtar hash för det aktuella objektet som en bytearray.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
Hashvärdet.
Se även
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
Hämtar hash för det aktuella objektet som en bytearray.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| Parameter | Typ | Beskrivning |
|---|---|---|
| hash_algoritm | const HashAlgorithmName& | Hash-algoritmens namn. |
ReturnValue
Hashvärdet.
Se även
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++