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.Page 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 | Type | Beskrivning |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Hashalgoritmens namn. |
ReturnValue
Hashvärdet.
Se även
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++