System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString метод
X509Certificate::GetCertHashString() const method
Получает SHA1 хеш для текущего объекта в виде шестнадцатеричной строки.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
Шестнадцатеричная строка.
См. также
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
Получает SHA1 хеш для текущего объекта в виде шестнадцатеричной строки.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Параметр | Тип | Описание |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Имя алгоритма хеширования. |
ReturnValue
Шестнадцатеричная строка.
См. также
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++