System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString method

X509Certificate::GetCertHashString() const method

Gets SHA1 hash for the current object as a hexadecimal string.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const

ReturnValue

The hexadecimal string.

See Also

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

Gets SHA1 hash for the current object as a hexadecimal string.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
ParameterTypeDescription
hash_algorithmconst HashAlgorithmName&Hash algorithm name.

ReturnValue

The hexadecimal string.

See Also