System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString метод

X509Certificate::GetCertHashString() const method

Получает SHA1 хеш для текущего объекта в виде шестнадцатеричной строки.

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

ReturnValue

Шестнадцатеричная строка.

См. также

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

Получает SHA1 хеш для текущего объекта в виде шестнадцатеричной строки.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
ПараметрТипОписание
hash_algorithmconst HashAlgorithmName&Имя алгоритма хеширования.

ReturnValue

Шестнадцатеричная строка.

См. также