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

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
ParameterTypeDescription
hash_algorithmconst HashAlgorithmName&Hash algorithm name.

ReturnValue

The hash value.

See Also