System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash method
X509Certificate::GetCertHash() const method
Gets hash for the current object as an array of bytes.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
The hash value.
See Also
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
Gets hash for the current object as an array of bytes.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
Parameter | Type | Description |
---|---|---|
hash_algorithm | const HashAlgorithmName& | Hash algorithm name. |
ReturnValue
The hash value.
See Also
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++